Html Css Color HEX #0202DF Medium Blue

📋 copy color: '#0202DF'

red 2 ◦ green 2 ◦ blue 223

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

Shades of Medium Blue #0202DF

Tints of Medium Blue #0202DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 0.88%
G = 0.88%
B = 98.24%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0202DF (or 0x0202DF) is known color: Medium Blue. HEX triplet: 02, 02 and DF. RGB value is (2,2,223). Sum of RGB (Red+Green+Blue) = 2+2+223=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 223 (87.5% from 255 or 98.24% from 227); Max value from RGB is 223 - color contains mainly: blue. Hex color #0202DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0202DF is #FDFD20. Grayscale: #1A1A1A. Windows color (decimal): -16645409 or 14615042. OLE color: 14615042.

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

Color convert

RGB 2 2 223 -
CMYK 0.99 0.99 0 0.13
HSL 240º 0.98% 0.44% -
HSV(B) 240º 0.99% 0.87% -
XYZ 13.37 5.38 70.15 -
YUV 27.19 238.5 110.03 -
System Red Green Blue C M Y K H S L
Decimal 2 2 223 0.99 0.99 0 0.13 240 0.98 0.44
Hex 2 2 DF 63 63 0 D F0 62 2C
Octal 2 2 337 143 143 0 15 360 142 54
Binary 10 10 11011111 1100011 1100011 0 1101 11110000 1100010 101100

Color Harmonies of #0202DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0202DF

Black with #0202DF

Text Example


Text Example

White with #0202DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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