Html Css Color HEX #0284EE Dodger Blue

📋 copy color: '#0284EE'

red 2 ◦ green 132 ◦ blue 238

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

Shades of Dodger Blue #0284EE

Tints of Dodger Blue #0284EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.98%

R = 0.54%
G = 35.48%
B = 63.98%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0284EE (or 0x0284EE) is known color: Dodger Blue. HEX triplet: 02, 84 and EE. RGB value is (2,132,238). Sum of RGB (Red+Green+Blue) = 2+132+238=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #0284EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0284EE is #FD7B11. Grayscale: #686868. Windows color (decimal): -16612114 or 15631362. OLE color: 15631362.

HSL color Cylindrical-coordinate representation of color #0284EE: hue angle of 206.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0284EE is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 132 238 -
CMYK 0.99 0.45 0 0.07
HSL 206.95º 0.98% 0.47% -
HSV(B) 206.95º 0.99% 0.93% -
XYZ 23.71 22.69 84.02 -
YUV 105.21 202.93 54.38 -
System Red Green Blue C M Y K H S L
Decimal 2 132 238 0.99 0.45 0 0.07 206.95 0.98 0.47
Hex 2 84 EE 63 2D 0 7 CF 62 2F
Octal 2 204 356 143 55 0 7 317 142 57
Binary 10 10000100 11101110 1100011 101101 0 111 11001111 1100010 101111

Color Harmonies of #0284EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0284EE

Black with #0284EE

Text Example


Text Example

White with #0284EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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