Html Css Color HEX #0284AD Cerulean

📋 copy color: '#0284AD'

red 2 ◦ green 132 ◦ blue 173

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

Shades of Cerulean #0284AD

Tints of Cerulean #0284AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43%

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

R = 0.65%
G = 43%
B = 56.35%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0284AD (or 0x0284AD) is known color: Cerulean. HEX triplet: 02, 84 and AD. RGB value is (2,132,173). Sum of RGB (Red+Green+Blue) = 2+132+173=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #0284AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0284AD is #FD7B52. Grayscale: #616161. Windows color (decimal): -16612179 or 11371522. OLE color: 11371522.

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

Color convert

RGB 2 132 173 -
CMYK 0.99 0.24 0 0.32
HSL 194.39º 0.98% 0.34% -
HSV(B) 194.39º 0.99% 0.68% -
XYZ 15.82 19.53 42.47 -
YUV 97.8 170.43 59.67 -
System Red Green Blue C M Y K H S L
Decimal 2 132 173 0.99 0.24 0 0.32 194.39 0.98 0.34
Hex 2 84 AD 63 18 0 20 C2 62 22
Octal 2 204 255 143 30 0 40 302 142 42
Binary 10 10000100 10101101 1100011 11000 0 100000 11000010 1100010 100010

Color Harmonies of #0284AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0284AD

Black with #0284AD

Text Example


Text Example

White with #0284AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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