Html Css Color HEX #0278BD Cerulean

📋 copy color: '#0278BD'

red 2 ◦ green 120 ◦ blue 189

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

Shades of Cerulean #0278BD

Tints of Cerulean #0278BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.59%

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

R = 0.64%
G = 38.59%
B = 60.77%

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

#0278BD (or 0x0278BD) is known color: Cerulean. HEX triplet: 02, 78 and BD. RGB value is (2,120,189). Sum of RGB (Red+Green+Blue) = 2+120+189=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #0278BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0278BD is #FD8742. Grayscale: #5C5C5C. Windows color (decimal): -16615235 or 12417026. OLE color: 12417026.

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

Color convert

RGB 2 120 189 -
CMYK 0.99 0.37 0 0.26
HSL 202.14º 0.98% 0.37% -
HSV(B) 202.14º 0.99% 0.74% -
XYZ 15.93 17.12 50.61 -
YUV 92.58 182.41 63.39 -
System Red Green Blue C M Y K H S L
Decimal 2 120 189 0.99 0.37 0 0.26 202.14 0.98 0.37
Hex 2 78 BD 63 25 0 1A CA 62 25
Octal 2 170 275 143 45 0 32 312 142 45
Binary 10 1111000 10111101 1100011 100101 0 11010 11001010 1100010 100101

Color Harmonies of #0278BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0278BD

Black with #0278BD

Text Example


Text Example

White with #0278BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,120,189); }

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

background-color css

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

 a { background-color: rgb(2,120,189); }

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

border-color css

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

 span { border-color: rgb(2,120,189); }

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