Html Css Color HEX #0285AD Cerulean

📋 copy color: '#0285AD'

red 2 ◦ green 133 ◦ blue 173

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

Shades of Cerulean #0285AD

Tints of Cerulean #0285AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

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

R = 0.65%
G = 43.18%
B = 56.17%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0285AD (or 0x0285AD) is known color: Cerulean. HEX triplet: 02, 85 and AD. RGB value is (2,133,173). Sum of RGB (Red+Green+Blue) = 2+133+173=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #0285AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0285AD is #FD7A52. Grayscale: #626262. Windows color (decimal): -16611923 or 11371778. OLE color: 11371778.

HSL color Cylindrical-coordinate representation of color #0285AD: hue angle of 194.04º 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 #0285AD is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 133 173 -
CMYK 0.99 0.23 0 0.32
HSL 194.04º 0.98% 0.34% -
HSV(B) 194.04º 0.99% 0.68% -
XYZ 15.96 19.81 42.52 -
YUV 98.39 170.1 59.25 -
System Red Green Blue C M Y K H S L
Decimal 2 133 173 0.99 0.23 0 0.32 194.04 0.98 0.34
Hex 2 85 AD 63 17 0 20 C2 62 22
Octal 2 205 255 143 27 0 40 302 142 42
Binary 10 10000101 10101101 1100011 10111 0 100000 11000010 1100010 100010

Color Harmonies of #0285AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0285AD

Black with #0285AD

Text Example


Text Example

White with #0285AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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