Html Css Color HEX #021DCF Medium Blue

📋 copy color: '#021DCF'

red 2 ◦ green 29 ◦ blue 207

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

Shades of Medium Blue #021DCF

Tints of Medium Blue #021DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 86.97%

R = 0.84%
G = 12.18%
B = 86.97%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#021DCF (or 0x021DCF) is known color: Medium Blue. HEX triplet: 02, 1D and CF. RGB value is (2,29,207). Sum of RGB (Red+Green+Blue) = 2+29+207=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #021DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DCF is #FDE230. Grayscale: #282828. Windows color (decimal): -16638513 or 13573378. OLE color: 13573378.

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

Color convert

RGB 2 29 207 -
CMYK 0.99 0.86 0 0.19
HSL 232.1º 0.98% 0.41% -
HSV(B) 232.1º 0.99% 0.81% -
XYZ 11.73 5.4 59.46 -
YUV 41.22 221.55 100.03 -
System Red Green Blue C M Y K H S L
Decimal 2 29 207 0.99 0.86 0 0.19 232.1 0.98 0.41
Hex 2 1D CF 63 56 0 13 E8 62 29
Octal 2 35 317 143 126 0 23 350 142 51
Binary 10 11101 11001111 1100011 1010110 0 10011 11101000 1100010 101001

Color Harmonies of #021DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DCF

Black with #021DCF

Text Example


Text Example

White with #021DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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