Html Css Color HEX #020FD5 Medium Blue

📋 copy color: '#020FD5'

red 2 ◦ green 15 ◦ blue 213

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

Shades of Medium Blue #020FD5

Tints of Medium Blue #020FD5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

 BLUE value IS 213 (83.59% from 255) = 92.61%

R = 0.87%
G = 6.52%
B = 92.61%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#020FD5 (or 0x020FD5) is known color: Medium Blue. HEX triplet: 02, 0F and D5. RGB value is (2,15,213). Sum of RGB (Red+Green+Blue) = 2+15+213=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 213 (83.59% from 255 or 92.61% from 230); Max value from RGB is 213 - color contains mainly: blue. Hex color #020FD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FD5 is #FDF02A. Grayscale: #202020. Windows color (decimal): -16642091 or 13963010. OLE color: 13963010.

HSL color Cylindrical-coordinate representation of color #020FD5: hue angle of 236.3º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FD5 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 15 213 -
CMYK 0.99 0.93 0 0.16
HSL 236.3º 0.98% 0.42% -
HSV(B) 236.3º 0.99% 0.84% -
XYZ 12.21 5.16 63.3 -
YUV 33.69 229.19 105.4 -
System Red Green Blue C M Y K H S L
Decimal 2 15 213 0.99 0.93 0 0.16 236.3 0.98 0.42
Hex 2 F D5 63 5D 0 10 EC 62 2A
Octal 2 17 325 143 135 0 20 354 142 52
Binary 10 1111 11010101 1100011 1011101 0 10000 11101100 1100010 101010

Color Harmonies of #020FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FD5

Black with #020FD5

Text Example


Text Example

White with #020FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,213); }

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

background-color css

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

 a { background-color: rgb(2,15,213); }

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

border-color css

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

 span { border-color: rgb(2,15,213); }

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