Html Css Color HEX #0205DF Medium Blue

📋 copy color: '#0205DF'

red 2 ◦ green 5 ◦ blue 223

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

Shades of Medium Blue #0205DF

Tints of Medium Blue #0205DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 0.87%
G = 2.17%
B = 96.96%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0205DF (or 0x0205DF) is known color: Medium Blue. HEX triplet: 02, 05 and DF. RGB value is (2,5,223). Sum of RGB (Red+Green+Blue) = 2+5+223=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 223 (87.5% from 255 or 96.96% from 230); Max value from RGB is 223 - color contains mainly: blue. Hex color #0205DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205DF is #FDFA20. Grayscale: #1C1C1C. Windows color (decimal): -16644641 or 14615810. OLE color: 14615810.

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

Color convert

RGB 2 5 223 -
CMYK 0.99 0.98 0 0.13
HSL 239.19º 0.98% 0.44% -
HSV(B) 239.19º 0.99% 0.87% -
XYZ 13.4 5.45 70.16 -
YUV 28.96 237.51 108.77 -
System Red Green Blue C M Y K H S L
Decimal 2 5 223 0.99 0.98 0 0.13 239.19 0.98 0.44
Hex 2 5 DF 63 62 0 D EF 62 2C
Octal 2 5 337 143 142 0 15 357 142 54
Binary 10 101 11011111 1100011 1100010 0 1101 11101111 1100010 101100

Color Harmonies of #0205DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205DF

Black with #0205DF

Text Example


Text Example

White with #0205DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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