Html Css Color HEX #0279BD Cerulean

📋 copy color: '#0279BD'

red 2 ◦ green 121 ◦ blue 189

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

Shades of Cerulean #0279BD

Tints of Cerulean #0279BD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

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

R = 0.64%
G = 38.78%
B = 60.58%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0279BD (or 0x0279BD) is known color: Cerulean. HEX triplet: 02, 79 and BD. RGB value is (2,121,189). Sum of RGB (Red+Green+Blue) = 2+121+189=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #0279BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279BD is #FD8642. Grayscale: #5C5C5C. Windows color (decimal): -16614979 or 12417282. OLE color: 12417282.

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

Color convert

RGB 2 121 189 -
CMYK 0.99 0.36 0 0.26
HSL 201.82º 0.98% 0.37% -
HSV(B) 201.82º 0.99% 0.74% -
XYZ 16.05 17.36 50.65 -
YUV 93.17 182.08 62.97 -
System Red Green Blue C M Y K H S L
Decimal 2 121 189 0.99 0.36 0 0.26 201.82 0.98 0.37
Hex 2 79 BD 63 24 0 1A CA 62 25
Octal 2 171 275 143 44 0 32 312 142 45
Binary 10 1111001 10111101 1100011 100100 0 11010 11001010 1100010 100101

Color Harmonies of #0279BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0279BD

Black with #0279BD

Text Example


Text Example

White with #0279BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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