Html Css Color HEX #0777BD Cerulean

📋 copy color: '#0777BD'

red 7 ◦ green 119 ◦ blue 189

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

Shades of Cerulean #0777BD

Tints of Cerulean #0777BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 2.22%
G = 37.78%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0777BD (or 0x0777BD) is known color: Cerulean. HEX triplet: 07, 77 and BD. RGB value is (7,119,189). Sum of RGB (Red+Green+Blue) = 7+119+189=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #0777BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0777BD is #F88842. Grayscale: #5D5D5D. Windows color (decimal): -16287811 or 12416775. OLE color: 12416775.

HSL color Cylindrical-coordinate representation of color #0777BD: hue angle of 203.08º 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 #0777BD is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 119 189 -
CMYK 0.96 0.37 0 0.26
HSL 203.08º 0.93% 0.38% -
HSV(B) 203.08º 0.96% 0.74% -
XYZ 15.87 16.91 50.57 -
YUV 93.49 181.89 66.31 -
System Red Green Blue C M Y K H S L
Decimal 7 119 189 0.96 0.37 0 0.26 203.08 0.93 0.38
Hex 7 77 BD 60 25 0 1A CB 5D 26
Octal 7 167 275 140 45 0 32 313 135 46
Binary 111 1110111 10111101 1100000 100101 0 11010 11001011 1011101 100110

Color Harmonies of #0777BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777BD

Black with #0777BD

Text Example


Text Example

White with #0777BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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