Html Css Color HEX #020FDD Medium Blue

📋 copy color: '#020FDD'

red 2 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #020FDD

Tints of Medium Blue #020FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 92.86%

R = 0.84%
G = 6.3%
B = 92.86%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#020FDD (or 0x020FDD) is known color: Medium Blue. HEX triplet: 02, 0F and DD. RGB value is (2,15,221). Sum of RGB (Red+Green+Blue) = 2+15+221=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 221 (86.72% from 255 or 92.86% from 238); Max value from RGB is 221 - color contains mainly: blue. Hex color #020FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FDD is #FDF022. Grayscale: #212121. Windows color (decimal): -16642083 or 14487298. OLE color: 14487298.

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

Color convert

RGB 2 15 221 -
CMYK 0.99 0.93 0 0.13
HSL 236.44º 0.98% 0.44% -
HSV(B) 236.44º 0.99% 0.87% -
XYZ 13.25 5.58 68.78 -
YUV 34.6 233.19 104.75 -
System Red Green Blue C M Y K H S L
Decimal 2 15 221 0.99 0.93 0 0.13 236.44 0.98 0.44
Hex 2 F DD 63 5D 0 D EC 62 2C
Octal 2 17 335 143 135 0 15 354 142 54
Binary 10 1111 11011101 1100011 1011101 0 1101 11101100 1100010 101100

Color Harmonies of #020FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FDD

Black with #020FDD

Text Example


Text Example

White with #020FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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