#7098CD

Color #7098CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #7098CD

Tints of Picton Blue #7098CD

Color information

#7098CD (or 0x7098CD) is unknown color: approx Picton Blue. HEX triplet: 70, 98 and CD. RGB value is (112,152,205). Sum of RGB (Red+Green+Blue) = 112+152+205=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #7098CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7098CD is #8F6732. Grayscale: #919191. Windows color (decimal): -9398067 or 13473904. OLE color: 13473904.

HSL color Cylindrical-coordinate representation of color #7098CD: hue angle of 214.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7098CD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112152205-
CMYK0.450.2600.20
HSL214.19º48.19%62.16%-
HSV(B)214.19º45.37%80.39%-
XYZ28.9330.3162.08-
YUV146.08161.25103.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=23.88%
G=32.41%
B=43.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121522050.450.2600.20214.1948.1962.16
Hex7098CD2D1A014d6303e
Octal16023031555320243266076
Binary111000010011000110011011011011101001010011010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7098CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7098CD; }

 p { color: rgb(112,152,205); }

 H1.HeaderClassName
 {
   color: #7098CD;
 }
 .AnyTagClassName
 {
   color: #7098CD;
 }
</style>
background-color css

<style>
 a { background-color: #7098CD; }

 a { background-color: rgb(112,152,205); }

 div.DivClassName
 {
   background-color: #7098CD;
 }
 .BgClassName
 {
   background-color: #7098CD;
 }
</style>
border-color css

<style>
 span { border-color: #7098CD; }

 span { border-color: rgb(112,152,205); }

 td.TdClassName
 {
   border-color: #7098CD;
 }
 .TagClassName
 {
   border-color: #7098CD;
 }
</style>