Html Css Color HEX #077BBB Cerulean

📋 copy color: '#077BBB'

red 7 ◦ green 123 ◦ blue 187

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

Shades of Cerulean #077BBB

Tints of Cerulean #077BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

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

R = 2.21%
G = 38.8%
B = 58.99%

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

#077BBB (or 0x077BBB) is known color: Cerulean. HEX triplet: 07, 7B and BB. RGB value is (7,123,187). Sum of RGB (Red+Green+Blue) = 7+123+187=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #077BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BBB is #F88444. Grayscale: #5F5F5F. Windows color (decimal): -16286789 or 12286727. OLE color: 12286727.

HSL color Cylindrical-coordinate representation of color #077BBB: hue angle of 201.33º 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 #077BBB is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 123 187 -
CMYK 0.96 0.34 0 0.27
HSL 201.33º 0.93% 0.38% -
HSV(B) 201.33º 0.96% 0.73% -
XYZ 16.14 17.8 49.6 -
YUV 95.61 179.57 64.8 -
System Red Green Blue C M Y K H S L
Decimal 7 123 187 0.96 0.34 0 0.27 201.33 0.93 0.38
Hex 7 7B BB 60 22 0 1B C9 5D 26
Octal 7 173 273 140 42 0 33 311 135 46
Binary 111 1111011 10111011 1100000 100010 0 11011 11001001 1011101 100110

Color Harmonies of #077BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BBB

Black with #077BBB

Text Example


Text Example

White with #077BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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