Html Css Color HEX #0779BD Cerulean

📋 copy color: '#0779BD'

red 7 ◦ green 121 ◦ blue 189

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

Shades of Cerulean #0779BD

Tints of Cerulean #0779BD

RGB

 RED value IS 7 (3.13% from 255) = 2.21%

 GREEN value IS 121 (47.66% from 255) = 38.17%

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

R = 2.21%
G = 38.17%
B = 59.62%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0779BD (or 0x0779BD) is known color: Cerulean. HEX triplet: 07, 79 and BD. RGB value is (7,121,189). Sum of RGB (Red+Green+Blue) = 7+121+189=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #0779BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0779BD is #F88642. Grayscale: #5E5E5E. Windows color (decimal): -16287299 or 12417287. OLE color: 12417287.

HSL color Cylindrical-coordinate representation of color #0779BD: hue angle of 202.42º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0779BD is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 121 189 -
CMYK 0.96 0.36 0 0.26
HSL 202.42º 0.93% 0.38% -
HSV(B) 202.42º 0.96% 0.74% -
XYZ 16.11 17.39 50.65 -
YUV 94.67 181.23 65.47 -
System Red Green Blue C M Y K H S L
Decimal 7 121 189 0.96 0.36 0 0.26 202.42 0.93 0.38
Hex 7 79 BD 60 24 0 1A CA 5D 26
Octal 7 171 275 140 44 0 32 312 135 46
Binary 111 1111001 10111101 1100000 100100 0 11010 11001010 1011101 100110

Color Harmonies of #0779BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0779BD

Black with #0779BD

Text Example


Text Example

White with #0779BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0779BD; }

 p { color: rgb(7,121,189); }

 H1.HeaderClassName
 {
   color: #0779BD;
 }
 .AnyTagClassName
 {
   color: #0779BD;
 }
</style>

background-color css

<style>
 a { background-color: #0779BD; }

 a { background-color: rgb(7,121,189); }

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

border-color css

<style>
 span { border-color: #0779BD; }

 span { border-color: rgb(7,121,189); }

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