Html Css Color HEX #0282BC Cerulean

📋 copy color: '#0282BC'

red 2 ◦ green 130 ◦ blue 188

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

Shades of Cerulean #0282BC

Tints of Cerulean #0282BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 0.63%
G = 40.63%
B = 58.75%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0282BC (or 0x0282BC) is known color: Cerulean. HEX triplet: 02, 82 and BC. RGB value is (2,130,188). Sum of RGB (Red+Green+Blue) = 2+130+188=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #0282BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0282BC is #FD7D43. Grayscale: #616161. Windows color (decimal): -16612676 or 12354050. OLE color: 12354050.

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

Color convert

RGB 2 130 188 -
CMYK 0.99 0.31 0 0.26
HSL 198.71º 0.98% 0.37% -
HSV(B) 198.71º 0.99% 0.74% -
XYZ 17.08 19.61 50.46 -
YUV 98.34 178.59 59.28 -
System Red Green Blue C M Y K H S L
Decimal 2 130 188 0.99 0.31 0 0.26 198.71 0.98 0.37
Hex 2 82 BC 63 1F 0 1A C7 62 25
Octal 2 202 274 143 37 0 32 307 142 45
Binary 10 10000010 10111100 1100011 11111 0 11010 11000111 1100010 100101

Color Harmonies of #0282BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0282BC

Black with #0282BC

Text Example


Text Example

White with #0282BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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