Html Css Color HEX #0277BC Cerulean

📋 copy color: '#0277BC'

red 2 ◦ green 119 ◦ blue 188

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

Shades of Cerulean #0277BC

Tints of Cerulean #0277BC

RGB

 RED value IS 2 (1.17% from 255) = 0.65%

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

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

R = 0.65%
G = 38.51%
B = 60.84%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0277BC (or 0x0277BC) is known color: Cerulean. HEX triplet: 02, 77 and BC. RGB value is (2,119,188). Sum of RGB (Red+Green+Blue) = 2+119+188=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #0277BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277BC is #FD8843. Grayscale: #5B5B5B. Windows color (decimal): -16615492 or 12351234. OLE color: 12351234.

HSL color Cylindrical-coordinate representation of color #0277BC: hue angle of 202.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277BC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 119 188 -
CMYK 0.99 0.37 0 0.26
HSL 202.26º 0.98% 0.37% -
HSV(B) 202.26º 0.99% 0.74% -
XYZ 15.7 16.84 50 -
YUV 91.88 182.24 63.89 -
System Red Green Blue C M Y K H S L
Decimal 2 119 188 0.99 0.37 0 0.26 202.26 0.98 0.37
Hex 2 77 BC 63 25 0 1A CA 62 25
Octal 2 167 274 143 45 0 32 312 142 45
Binary 10 1110111 10111100 1100011 100101 0 11010 11001010 1100010 100101

Color Harmonies of #0277BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0277BC

Black with #0277BC

Text Example


Text Example

White with #0277BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0277BC; }

 p { color: rgb(2,119,188); }

 H1.HeaderClassName
 {
   color: #0277BC;
 }
 .AnyTagClassName
 {
   color: #0277BC;
 }
</style>

background-color css

<style>
 a { background-color: #0277BC; }

 a { background-color: rgb(2,119,188); }

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

border-color css

<style>
 span { border-color: #0277BC; }

 span { border-color: rgb(2,119,188); }

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