Html Css Color HEX #077CBB Cerulean

📋 copy color: '#077CBB'

red 7 ◦ green 124 ◦ blue 187

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

Shades of Cerulean #077CBB

Tints of Cerulean #077CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.99%

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 2.2%
G = 38.99%
B = 58.81%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#077CBB (or 0x077CBB) is known color: Cerulean. HEX triplet: 07, 7C and BB. RGB value is (7,124,187). Sum of RGB (Red+Green+Blue) = 7+124+187=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #077CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CBB is #F88344. Grayscale: #5F5F5F. Windows color (decimal): -16286533 or 12286983. OLE color: 12286983.

HSL color Cylindrical-coordinate representation of color #077CBB: hue angle of 201º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CBB is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 124 187 -
CMYK 0.96 0.34 0 0.27
HSL 201º 0.93% 0.38% -
HSV(B) 201º 0.96% 0.73% -
XYZ 16.26 18.05 49.64 -
YUV 96.2 179.24 64.38 -
System Red Green Blue C M Y K H S L
Decimal 7 124 187 0.96 0.34 0 0.27 201 0.93 0.38
Hex 7 7C BB 60 22 0 1B C9 5D 26
Octal 7 174 273 140 42 0 33 311 135 46
Binary 111 1111100 10111011 1100000 100010 0 11011 11001001 1011101 100110

Color Harmonies of #077CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CBB

Black with #077CBB

Text Example


Text Example

White with #077CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077CBB; }

 p { color: rgb(7,124,187); }

 H1.HeaderClassName
 {
   color: #077CBB;
 }
 .AnyTagClassName
 {
   color: #077CBB;
 }
</style>

background-color css

<style>
 a { background-color: #077CBB; }

 a { background-color: rgb(7,124,187); }

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

border-color css

<style>
 span { border-color: #077CBB; }

 span { border-color: rgb(7,124,187); }

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