Html Css Color HEX #021FDA Medium Blue

📋 copy color: '#021FDA'

red 2 ◦ green 31 ◦ blue 218

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

Shades of Medium Blue #021FDA

Tints of Medium Blue #021FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.35%

 BLUE value IS 218 (85.55% from 255) = 86.85%

R = 0.8%
G = 12.35%
B = 86.85%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#021FDA (or 0x021FDA) is known color: Medium Blue. HEX triplet: 02, 1F and DA. RGB value is (2,31,218). Sum of RGB (Red+Green+Blue) = 2+31+218=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #021FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FDA is #FDE025. Grayscale: #2A2A2A. Windows color (decimal): -16637990 or 14294786. OLE color: 14294786.

HSL color Cylindrical-coordinate representation of color #021FDA: hue angle of 231.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FDA is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 31 218 -
CMYK 0.99 0.86 0 0.15
HSL 231.94º 0.98% 0.43% -
HSV(B) 231.94º 0.99% 0.85% -
XYZ 13.17 6.05 66.8 -
YUV 43.65 226.39 98.29 -
System Red Green Blue C M Y K H S L
Decimal 2 31 218 0.99 0.86 0 0.15 231.94 0.98 0.43
Hex 2 1F DA 63 56 0 F E8 62 2B
Octal 2 37 332 143 126 0 17 350 142 53
Binary 10 11111 11011010 1100011 1010110 0 1111 11101000 1100010 101011

Color Harmonies of #021FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021FDA

Black with #021FDA

Text Example


Text Example

White with #021FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021FDA; }

 p { color: rgb(2,31,218); }

 H1.HeaderClassName
 {
   color: #021FDA;
 }
 .AnyTagClassName
 {
   color: #021FDA;
 }
</style>

background-color css

<style>
 a { background-color: #021FDA; }

 a { background-color: rgb(2,31,218); }

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

border-color css

<style>
 span { border-color: #021FDA; }

 span { border-color: rgb(2,31,218); }

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