Html Css Color HEX #020DEF Blue

📋 copy color: '#020DEF'

red 2 ◦ green 13 ◦ blue 239

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

Shades of Blue #020DEF

Tints of Blue #020DEF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

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

R = 0.79%
G = 5.12%
B = 94.09%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#020DEF (or 0x020DEF) is known color: Blue. HEX triplet: 02, 0D and EF. RGB value is (2,13,239). Sum of RGB (Red+Green+Blue) = 2+13+239=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 239 (93.75% from 255 or 94.09% from 254); Max value from RGB is 239 - color contains mainly: blue. Hex color #020DEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020DEF is #FDF210. Grayscale: #222222. Windows color (decimal): -16642577 or 15666434. OLE color: 15666434.

HSL color Cylindrical-coordinate representation of color #020DEF: hue angle of 237.22º 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 #020DEF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 13 239 -
CMYK 0.99 0.95 0 0.06
HSL 237.22º 0.98% 0.47% -
HSV(B) 237.22º 0.99% 0.94% -
XYZ 15.75 6.53 82.09 -
YUV 35.48 242.86 104.12 -
System Red Green Blue C M Y K H S L
Decimal 2 13 239 0.99 0.95 0 0.06 237.22 0.98 0.47
Hex 2 D EF 63 5F 0 6 ED 62 2F
Octal 2 15 357 143 137 0 6 355 142 57
Binary 10 1101 11101111 1100011 1011111 0 110 11101101 1100010 101111

Color Harmonies of #020DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DEF

Black with #020DEF

Text Example


Text Example

White with #020DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020DEF; }

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

 H1.HeaderClassName
 {
   color: #020DEF;
 }
 .AnyTagClassName
 {
   color: #020DEF;
 }
</style>

background-color css

<style>
 a { background-color: #020DEF; }

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

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

border-color css

<style>
 span { border-color: #020DEF; }

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

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