Html Css Color HEX #0210DF Medium Blue

📋 copy color: '#0210DF'

red 2 ◦ green 16 ◦ blue 223

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

Shades of Medium Blue #0210DF

Tints of Medium Blue #0210DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

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

R = 0.83%
G = 6.64%
B = 92.53%

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

#0210DF (or 0x0210DF) is known color: Medium Blue. HEX triplet: 02, 10 and DF. RGB value is (2,16,223). Sum of RGB (Red+Green+Blue) = 2+16+223=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #0210DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210DF is #FDEF20. Grayscale: #222222. Windows color (decimal): -16641825 or 14618626. OLE color: 14618626.

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

Color convert

RGB 2 16 223 -
CMYK 0.99 0.93 0 0.13
HSL 236.2º 0.98% 0.44% -
HSV(B) 236.2º 0.99% 0.87% -
XYZ 13.53 5.71 70.2 -
YUV 35.41 233.86 104.17 -
System Red Green Blue C M Y K H S L
Decimal 2 16 223 0.99 0.93 0 0.13 236.2 0.98 0.44
Hex 2 10 DF 63 5D 0 D EC 62 2C
Octal 2 20 337 143 135 0 15 354 142 54
Binary 10 10000 11011111 1100011 1011101 0 1101 11101100 1100010 101100

Color Harmonies of #0210DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0210DF

Black with #0210DF

Text Example


Text Example

White with #0210DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0210DF; }

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

 H1.HeaderClassName
 {
   color: #0210DF;
 }
 .AnyTagClassName
 {
   color: #0210DF;
 }
</style>

background-color css

<style>
 a { background-color: #0210DF; }

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

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

border-color css

<style>
 span { border-color: #0210DF; }

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

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