Html Css Color HEX #097DBD Cerulean

📋 copy color: '#097DBD'

red 9 ◦ green 125 ◦ blue 189

#097DBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #097DBD

Tints of Cerulean #097DBD

RGB

 RED value IS 9 (3.91% from 255) = 2.79%

 GREEN value IS 125 (49.22% from 255) = 38.7%

 BLUE value IS 189 (74.22% from 255) = 58.51%

R = 2.79%
G = 38.7%
B = 58.51%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#097DBD (or 0x097DBD) is known color: Cerulean. HEX triplet: 09, 7D and BD. RGB value is (9,125,189). Sum of RGB (Red+Green+Blue) = 9+125+189=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #097DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DBD is #F68242. Grayscale: #616161. Windows color (decimal): -16155203 or 12418313. OLE color: 12418313.

HSL color Cylindrical-coordinate representation of color #097DBD: hue angle of 201.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DBD is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 125 189 -
CMYK 0.95 0.34 0 0.26
HSL 201.33º 0.91% 0.39% -
HSV(B) 201.33º 0.95% 0.74% -
XYZ 16.63 18.4 50.82 -
YUV 97.61 179.57 64.8 -
System Red Green Blue C M Y K H S L
Decimal 9 125 189 0.95 0.34 0 0.26 201.33 0.91 0.39
Hex 9 7D BD 5F 22 0 1A C9 5B 27
Octal 11 175 275 137 42 0 32 311 133 47
Binary 1001 1111101 10111101 1011111 100010 0 11010 11001001 1011011 100111

Color Harmonies of #097DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DBD

Black with #097DBD

Text Example


Text Example

White with #097DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #097DBD;
 }
 .AnyTagClassName
 {
   color: #097DBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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