Html Css Color HEX #0402CD Medium Blue

📋 copy color: '#0402CD'

red 4 ◦ green 2 ◦ blue 205

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

Shades of Medium Blue #0402CD

Tints of Medium Blue #0402CD

RGB

 RED value IS 4 (1.95% from 255) = 1.9%

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

 BLUE value IS 205 (80.47% from 255) = 97.16%

R = 1.9%
G = 0.95%
B = 97.16%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0402CD (or 0x0402CD) is known color: Medium Blue. HEX triplet: 04, 02 and CD. RGB value is (4,2,205). Sum of RGB (Red+Green+Blue) = 4+2+205=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 205 (80.47% from 255 or 97.16% from 211); Max value from RGB is 205 - color contains mainly: blue. Hex color #0402CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0402CD is #FBFD32. Grayscale: #181818. Windows color (decimal): -16514355 or 13435396. OLE color: 13435396.

HSL color Cylindrical-coordinate representation of color #0402CD: hue angle of 240.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0402CD is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 2 205 -
CMYK 0.98 0.99 0 0.20
HSL 240.59º 0.98% 0.41% -
HSV(B) 240.59º 0.99% 0.8% -
XYZ 11.09 4.48 58.04 -
YUV 25.74 229.16 112.49 -
System Red Green Blue C M Y K H S L
Decimal 4 2 205 0.98 0.99 0 0.20 240.59 0.98 0.41
Hex 4 2 CD 62 63 0 14 F1 62 29
Octal 4 2 315 142 143 0 24 361 142 51
Binary 100 10 11001101 1100010 1100011 0 10100 11110001 1100010 101001

Color Harmonies of #0402CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0402CD

Black with #0402CD

Text Example


Text Example

White with #0402CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0402CD; }

 p { color: rgb(4,2,205); }

 H1.HeaderClassName
 {
   color: #0402CD;
 }
 .AnyTagClassName
 {
   color: #0402CD;
 }
</style>

background-color css

<style>
 a { background-color: #0402CD; }

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

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

border-color css

<style>
 span { border-color: #0402CD; }

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

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