Html Css Color HEX #0282B7 Cerulean

📋 copy color: '#0282B7'

red 2 ◦ green 130 ◦ blue 183

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

Shades of Cerulean #0282B7

Tints of Cerulean #0282B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 58.1%

R = 0.63%
G = 41.27%
B = 58.1%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0282B7 (or 0x0282B7) is known color: Cerulean. HEX triplet: 02, 82 and B7. RGB value is (2,130,183). Sum of RGB (Red+Green+Blue) = 2+130+183=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #0282B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0282B7 is #FD7D48. Grayscale: #616161. Windows color (decimal): -16612681 or 12026370. OLE color: 12026370.

HSL color Cylindrical-coordinate representation of color #0282B7: hue angle of 197.57º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0282B7 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 130 183 -
CMYK 0.99 0.29 0 0.28
HSL 197.57º 0.98% 0.36% -
HSV(B) 197.57º 0.99% 0.72% -
XYZ 16.55 19.4 47.67 -
YUV 97.77 176.09 59.69 -
System Red Green Blue C M Y K H S L
Decimal 2 130 183 0.99 0.29 0 0.28 197.57 0.98 0.36
Hex 2 82 B7 63 1D 0 1C C6 62 24
Octal 2 202 267 143 35 0 34 306 142 44
Binary 10 10000010 10110111 1100011 11101 0 11100 11000110 1100010 100100

Color Harmonies of #0282B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0282B7

Black with #0282B7

Text Example


Text Example

White with #0282B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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