#097DB4

Color #097DB4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #097DB4

Tints of Cerulean #097DB4

Color information

#097DB4 (or 0x097DB4) is unknown color: approx Cerulean. HEX triplet: 09, 7D and B4. RGB value is (9,125,180). Sum of RGB (Red+Green+Blue) = 9+125+180=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #097DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DB4 is #F6824B. Grayscale: #606060. Windows color (decimal): -16155212 or 11828489. OLE color: 11828489.

HSL color Cylindrical-coordinate representation of color #097DB4: hue angle of 199.3º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DB4 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9125180-
CMYK0.950.3100.29
HSL199.3º90.48%37.06%-
HSV(B)199.3º95%70.59%-
XYZ15.6818.0245.83-
YUV96.59175.0765.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.87%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 180 (70.70% from 255) = 57.32%
R=2.87%
G=39.81%
B=57.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91251800.950.3100.29199.390.4837.06
Hex97DB45F1F01Dc75a25
Octal111752641373703530713245
Binary1001111110110110100101111111111011101110001111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097DB4; }

 p { color: rgb(9,125,180); }

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

<style>
 a { background-color: #097DB4; }

 a { background-color: rgb(9,125,180); }

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

<style>
 span { border-color: #097DB4; }

 span { border-color: rgb(9,125,180); }

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