Html Css Color HEX #0282AD Cerulean

📋 copy color: '#0282AD'

red 2 ◦ green 130 ◦ blue 173

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

Shades of Cerulean #0282AD

Tints of Cerulean #0282AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 0.66%
G = 42.62%
B = 56.72%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0282AD (or 0x0282AD) is known color: Cerulean. HEX triplet: 02, 82 and AD. RGB value is (2,130,173). Sum of RGB (Red+Green+Blue) = 2+130+173=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #0282AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0282AD is #FD7D52. Grayscale: #606060. Windows color (decimal): -16612691 or 11371010. OLE color: 11371010.

HSL color Cylindrical-coordinate representation of color #0282AD: hue angle of 195.09º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0282AD is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 130 173 -
CMYK 0.99 0.25 0 0.32
HSL 195.09º 0.98% 0.34% -
HSV(B) 195.09º 0.99% 0.68% -
XYZ 15.55 19 42.38 -
YUV 96.63 171.09 60.5 -
System Red Green Blue C M Y K H S L
Decimal 2 130 173 0.99 0.25 0 0.32 195.09 0.98 0.34
Hex 2 82 AD 63 19 0 20 C3 62 22
Octal 2 202 255 143 31 0 40 303 142 42
Binary 10 10000010 10101101 1100011 11001 0 100000 11000011 1100010 100010

Color Harmonies of #0282AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0282AD

Black with #0282AD

Text Example


Text Example

White with #0282AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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