Html Css Color HEX #0281BD Cerulean

📋 copy color: '#0281BD'

red 2 ◦ green 129 ◦ blue 189

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

Shades of Cerulean #0281BD

Tints of Cerulean #0281BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

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

R = 0.63%
G = 40.31%
B = 59.06%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0281BD (or 0x0281BD) is known color: Cerulean. HEX triplet: 02, 81 and BD. RGB value is (2,129,189). Sum of RGB (Red+Green+Blue) = 2+129+189=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #0281BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281BD is #FD7E42. Grayscale: #616161. Windows color (decimal): -16612931 or 12419330. OLE color: 12419330.

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

Color convert

RGB 2 129 189 -
CMYK 0.99 0.32 0 0.26
HSL 199.25º 0.98% 0.37% -
HSV(B) 199.25º 0.99% 0.74% -
XYZ 17.06 19.39 50.99 -
YUV 97.87 179.42 59.62 -
System Red Green Blue C M Y K H S L
Decimal 2 129 189 0.99 0.32 0 0.26 199.25 0.98 0.37
Hex 2 81 BD 63 20 0 1A C7 62 25
Octal 2 201 275 143 40 0 32 307 142 45
Binary 10 10000001 10111101 1100011 100000 0 11010 11000111 1100010 100101

Color Harmonies of #0281BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281BD

Black with #0281BD

Text Example


Text Example

White with #0281BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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