Html Css Color HEX #0282B1 Cerulean

📋 copy color: '#0282B1'

red 2 ◦ green 130 ◦ blue 177

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

Shades of Cerulean #0282B1

Tints of Cerulean #0282B1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

 BLUE value IS 177 (69.53% from 255) = 57.28%

R = 0.65%
G = 42.07%
B = 57.28%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0282B1 (or 0x0282B1) is known color: Cerulean. HEX triplet: 02, 82 and B1. RGB value is (2,130,177). Sum of RGB (Red+Green+Blue) = 2+130+177=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #0282B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0282B1 is #FD7D4E. Grayscale: #606060. Windows color (decimal): -16612687 or 11633154. OLE color: 11633154.

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

Color convert

RGB 2 130 177 -
CMYK 0.99 0.27 0 0.31
HSL 196.11º 0.98% 0.35% -
HSV(B) 196.11º 0.99% 0.69% -
XYZ 15.94 19.15 44.45 -
YUV 97.09 173.09 60.18 -
System Red Green Blue C M Y K H S L
Decimal 2 130 177 0.99 0.27 0 0.31 196.11 0.98 0.35
Hex 2 82 B1 63 1B 0 1F C4 62 23
Octal 2 202 261 143 33 0 37 304 142 43
Binary 10 10000010 10110001 1100011 11011 0 11111 11000100 1100010 100011

Color Harmonies of #0282B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0282B1

Black with #0282B1

Text Example


Text Example

White with #0282B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0282B1; }

 p { color: rgb(2,130,177); }

 H1.HeaderClassName
 {
   color: #0282B1;
 }
 .AnyTagClassName
 {
   color: #0282B1;
 }
</style>

background-color css

<style>
 a { background-color: #0282B1; }

 a { background-color: rgb(2,130,177); }

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

border-color css

<style>
 span { border-color: #0282B1; }

 span { border-color: rgb(2,130,177); }

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