Html Css Color HEX #0402DA Medium Blue

📋 copy color: '#0402DA'

red 4 ◦ green 2 ◦ blue 218

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

Shades of Medium Blue #0402DA

Tints of Medium Blue #0402DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 97.32%

R = 1.79%
G = 0.89%
B = 97.32%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0402DA (or 0x0402DA) is known color: Medium Blue. HEX triplet: 04, 02 and DA. RGB value is (4,2,218). Sum of RGB (Red+Green+Blue) = 4+2+218=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 218 (85.55% from 255 or 97.32% from 224); Max value from RGB is 218 - color contains mainly: blue. Hex color #0402DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0402DA is #FBFD25. Grayscale: #1A1A1A. Windows color (decimal): -16514342 or 14287364. OLE color: 14287364.

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

Color convert

RGB 4 2 218 -
CMYK 0.98 0.99 0 0.15
HSL 240.56º 0.98% 0.43% -
HSV(B) 240.56º 0.99% 0.85% -
XYZ 12.73 5.13 66.65 -
YUV 27.22 235.66 111.44 -
System Red Green Blue C M Y K H S L
Decimal 4 2 218 0.98 0.99 0 0.15 240.56 0.98 0.43
Hex 4 2 DA 62 63 0 F F1 62 2B
Octal 4 2 332 142 143 0 17 361 142 53
Binary 100 10 11011010 1100010 1100011 0 1111 11110001 1100010 101011

Color Harmonies of #0402DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0402DA

Black with #0402DA

Text Example


Text Example

White with #0402DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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