#7098CB

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

Shades of Picton Blue #7098CB

Tints of Picton Blue #7098CB

Color information

#7098CB (or 0x7098CB) is unknown color: approx Picton Blue. HEX triplet: 70, 98 and CB. RGB value is (112,152,203). Sum of RGB (Red+Green+Blue) = 112+152+203=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #7098CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7098CB is #8F6734. Grayscale: #919191. Windows color (decimal): -9398069 or 13342832. OLE color: 13342832.

HSL color Cylindrical-coordinate representation of color #7098CB: hue angle of 213.63º degrees, saturation: 0.47, 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 #7098CB is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112152203-
CMYK0.450.2500.20
HSL213.63º46.67%61.76%-
HSV(B)213.63º44.83%79.61%-
XYZ28.6930.2160.82-
YUV145.85160.25103.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=23.98%
G=32.55%
B=43.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121522030.450.2500.20213.6346.6761.76
Hex7098CB2D19014d62f3e
Octal16023031355310243265776
Binary111000010011000110010111011011100101010011010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7098CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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