Html Css Color HEX #021ADF Medium Blue

📋 copy color: '#021ADF'

red 2 ◦ green 26 ◦ blue 223

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

Shades of Medium Blue #021ADF

Tints of Medium Blue #021ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.36%

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

R = 0.8%
G = 10.36%
B = 88.84%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#021ADF (or 0x021ADF) is known color: Medium Blue. HEX triplet: 02, 1A and DF. RGB value is (2,26,223). Sum of RGB (Red+Green+Blue) = 2+26+223=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #021ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ADF is #FDE520. Grayscale: #282828. Windows color (decimal): -16639265 or 14621186. OLE color: 14621186.

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

Color convert

RGB 2 26 223 -
CMYK 0.99 0.88 0 0.13
HSL 233.48º 0.98% 0.44% -
HSV(B) 233.48º 0.99% 0.87% -
XYZ 13.71 6.08 70.26 -
YUV 41.28 230.55 99.98 -
System Red Green Blue C M Y K H S L
Decimal 2 26 223 0.99 0.88 0 0.13 233.48 0.98 0.44
Hex 2 1A DF 63 58 0 D E9 62 2C
Octal 2 32 337 143 130 0 15 351 142 54
Binary 10 11010 11011111 1100011 1011000 0 1101 11101001 1100010 101100

Color Harmonies of #021ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ADF

Black with #021ADF

Text Example


Text Example

White with #021ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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