Html Css Color HEX #020DFD Blue

📋 copy color: '#020DFD'

red 2 ◦ green 13 ◦ blue 253

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

Shades of Blue #020DFD

Tints of Blue #020DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 94.4%

R = 0.75%
G = 4.85%
B = 94.4%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#020DFD (or 0x020DFD) is known color: Blue. HEX triplet: 02, 0D and FD. RGB value is (2,13,253). Sum of RGB (Red+Green+Blue) = 2+13+253=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 253 (99.22% from 255 or 94.40% from 268); Max value from RGB is 253 - color contains mainly: blue. Hex color #020DFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020DFD is #FDF202. Grayscale: #242424. Windows color (decimal): -16642563 or 16583938. OLE color: 16583938.

HSL color Cylindrical-coordinate representation of color #020DFD: hue angle of 237.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DFD is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 13 253 -
CMYK 0.99 0.95 0 0.01
HSL 237.37º 0.98% 0.5% -
HSV(B) 237.37º 0.99% 0.99% -
XYZ 17.9 7.39 93.41 -
YUV 37.07 249.86 102.99 -
System Red Green Blue C M Y K H S L
Decimal 2 13 253 0.99 0.95 0 0.01 237.37 0.98 0.5
Hex 2 D FD 63 5F 0 1 ED 62 32
Octal 2 15 375 143 137 0 1 355 142 62
Binary 10 1101 11111101 1100011 1011111 0 1 11101101 1100010 110010

Color Harmonies of #020DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DFD

Black with #020DFD

Text Example


Text Example

White with #020DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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