Html Css Color HEX #0286EF Dodger Blue

📋 copy color: '#0286EF'

red 2 ◦ green 134 ◦ blue 239

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

Shades of Dodger Blue #0286EF

Tints of Dodger Blue #0286EF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 0.53%
G = 35.73%
B = 63.73%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0286EF (or 0x0286EF) is known color: Dodger Blue. HEX triplet: 02, 86 and EF. RGB value is (2,134,239). Sum of RGB (Red+Green+Blue) = 2+134+239=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #0286EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0286EF is #FD7910. Grayscale: #696969. Windows color (decimal): -16611601 or 15697410. OLE color: 15697410.

HSL color Cylindrical-coordinate representation of color #0286EF: hue angle of 206.58º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0286EF is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 134 239 -
CMYK 0.99 0.44 0 0.06
HSL 206.58º 0.98% 0.47% -
HSV(B) 206.58º 0.99% 0.94% -
XYZ 24.13 23.3 84.89 -
YUV 106.5 202.77 53.46 -
System Red Green Blue C M Y K H S L
Decimal 2 134 239 0.99 0.44 0 0.06 206.58 0.98 0.47
Hex 2 86 EF 63 2C 0 6 CF 62 2F
Octal 2 206 357 143 54 0 6 317 142 57
Binary 10 10000110 11101111 1100011 101100 0 110 11001111 1100010 101111

Color Harmonies of #0286EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0286EF

Black with #0286EF

Text Example


Text Example

White with #0286EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0286EF; }

 p { color: rgb(2,134,239); }

 H1.HeaderClassName
 {
   color: #0286EF;
 }
 .AnyTagClassName
 {
   color: #0286EF;
 }
</style>

background-color css

<style>
 a { background-color: #0286EF; }

 a { background-color: rgb(2,134,239); }

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

border-color css

<style>
 span { border-color: #0286EF; }

 span { border-color: rgb(2,134,239); }

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