Html Css Color HEX #020DF5 Blue

📋 copy color: '#020DF5'

red 2 ◦ green 13 ◦ blue 245

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

Shades of Blue #020DF5

Tints of Blue #020DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 94.23%

R = 0.77%
G = 5%
B = 94.23%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#020DF5 (or 0x020DF5) is known color: Blue. HEX triplet: 02, 0D and F5. RGB value is (2,13,245). Sum of RGB (Red+Green+Blue) = 2+13+245=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 245 (96.09% from 255 or 94.23% from 260); Max value from RGB is 245 - color contains mainly: blue. Hex color #020DF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020DF5 is #FDF20A. Grayscale: #232323. Windows color (decimal): -16642571 or 16059650. OLE color: 16059650.

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

Color convert

RGB 2 13 245 -
CMYK 0.99 0.95 0 0.04
HSL 237.28º 0.98% 0.48% -
HSV(B) 237.28º 0.99% 0.96% -
XYZ 16.65 6.89 86.84 -
YUV 36.16 245.86 103.64 -
System Red Green Blue C M Y K H S L
Decimal 2 13 245 0.99 0.95 0 0.04 237.28 0.98 0.48
Hex 2 D F5 63 5F 0 4 ED 62 30
Octal 2 15 365 143 137 0 4 355 142 60
Binary 10 1101 11110101 1100011 1011111 0 100 11101101 1100010 110000

Color Harmonies of #020DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DF5

Black with #020DF5

Text Example


Text Example

White with #020DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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