Html Css Color HEX #0281BB Cerulean

📋 copy color: '#0281BB'

red 2 ◦ green 129 ◦ blue 187

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

Shades of Cerulean #0281BB

Tints of Cerulean #0281BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 0.63%
G = 40.57%
B = 58.81%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0281BB (or 0x0281BB) is known color: Cerulean. HEX triplet: 02, 81 and BB. RGB value is (2,129,187). Sum of RGB (Red+Green+Blue) = 2+129+187=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #0281BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281BB is #FD7E44. Grayscale: #616161. Windows color (decimal): -16612933 or 12288258. OLE color: 12288258.

HSL color Cylindrical-coordinate representation of color #0281BB: hue angle of 198.81º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281BB is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 129 187 -
CMYK 0.99 0.31 0 0.27
HSL 198.81º 0.98% 0.37% -
HSV(B) 198.81º 0.99% 0.73% -
XYZ 16.84 19.3 49.85 -
YUV 97.64 178.42 59.78 -
System Red Green Blue C M Y K H S L
Decimal 2 129 187 0.99 0.31 0 0.27 198.81 0.98 0.37
Hex 2 81 BB 63 1F 0 1B C7 62 25
Octal 2 201 273 143 37 0 33 307 142 45
Binary 10 10000001 10111011 1100011 11111 0 11011 11000111 1100010 100101

Color Harmonies of #0281BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281BB

Black with #0281BB

Text Example


Text Example

White with #0281BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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