Html Css Color HEX #021DDF Medium Blue

📋 copy color: '#021DDF'

red 2 ◦ green 29 ◦ blue 223

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

Shades of Medium Blue #021DDF

Tints of Medium Blue #021DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

 BLUE value IS 223 (87.5% from 255) = 87.8%

R = 0.79%
G = 11.42%
B = 87.8%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#021DDF (or 0x021DDF) is known color: Medium Blue. HEX triplet: 02, 1D and DF. RGB value is (2,29,223). Sum of RGB (Red+Green+Blue) = 2+29+223=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #021DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DDF is #FDE220. Grayscale: #2A2A2A. Windows color (decimal): -16638497 or 14621954. OLE color: 14621954.

HSL color Cylindrical-coordinate representation of color #021DDF: hue angle of 232.67º 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 #021DDF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 29 223 -
CMYK 0.99 0.87 0 0.13
HSL 232.67º 0.98% 0.44% -
HSV(B) 232.67º 0.99% 0.87% -
XYZ 13.78 6.22 70.29 -
YUV 43.04 229.55 98.73 -
System Red Green Blue C M Y K H S L
Decimal 2 29 223 0.99 0.87 0 0.13 232.67 0.98 0.44
Hex 2 1D DF 63 57 0 D E9 62 2C
Octal 2 35 337 143 127 0 15 351 142 54
Binary 10 11101 11011111 1100011 1010111 0 1101 11101001 1100010 101100

Color Harmonies of #021DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DDF

Black with #021DDF

Text Example


Text Example

White with #021DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,29,223); }

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

background-color css

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

 a { background-color: rgb(2,29,223); }

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

border-color css

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

 span { border-color: rgb(2,29,223); }

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