Html Css Color HEX #077BBC Cerulean

📋 copy color: '#077BBC'

red 7 ◦ green 123 ◦ blue 188

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

Shades of Cerulean #077BBC

Tints of Cerulean #077BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 2.2%
G = 38.68%
B = 59.12%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#077BBC (or 0x077BBC) is known color: Cerulean. HEX triplet: 07, 7B and BC. RGB value is (7,123,188). Sum of RGB (Red+Green+Blue) = 7+123+188=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #077BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BBC is #F88443. Grayscale: #5F5F5F. Windows color (decimal): -16286788 or 12352263. OLE color: 12352263.

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

Color convert

RGB 7 123 188 -
CMYK 0.96 0.35 0 0.26
HSL 201.55º 0.93% 0.38% -
HSV(B) 201.55º 0.96% 0.74% -
XYZ 16.25 17.84 50.16 -
YUV 95.73 180.07 64.71 -
System Red Green Blue C M Y K H S L
Decimal 7 123 188 0.96 0.35 0 0.26 201.55 0.93 0.38
Hex 7 7B BC 60 23 0 1A CA 5D 26
Octal 7 173 274 140 43 0 32 312 135 46
Binary 111 1111011 10111100 1100000 100011 0 11010 11001010 1011101 100110

Color Harmonies of #077BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BBC

Black with #077BBC

Text Example


Text Example

White with #077BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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