Html Css Color HEX #0402BD Medium Blue

📋 copy color: '#0402BD'

red 4 ◦ green 2 ◦ blue 189

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

Shades of Medium Blue #0402BD

Tints of Medium Blue #0402BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 96.92%

R = 2.05%
G = 1.03%
B = 96.92%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0402BD (or 0x0402BD) is known color: Medium Blue. HEX triplet: 04, 02 and BD. RGB value is (4,2,189). Sum of RGB (Red+Green+Blue) = 4+2+189=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 189 (74.22% from 255 or 96.92% from 195); Max value from RGB is 189 - color contains mainly: blue. Hex color #0402BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0402BD is #FBFD42. Grayscale: #171717. Windows color (decimal): -16514371 or 12386820. OLE color: 12386820.

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

Color convert

RGB 4 2 189 -
CMYK 0.98 0.99 0 0.26
HSL 240.64º 0.98% 0.37% -
HSV(B) 240.64º 0.99% 0.74% -
XYZ 9.26 3.74 48.38 -
YUV 23.92 221.16 113.79 -
System Red Green Blue C M Y K H S L
Decimal 4 2 189 0.98 0.99 0 0.26 240.64 0.98 0.37
Hex 4 2 BD 62 63 0 1A F1 62 25
Octal 4 2 275 142 143 0 32 361 142 45
Binary 100 10 10111101 1100010 1100011 0 11010 11110001 1100010 100101

Color Harmonies of #0402BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0402BD

Black with #0402BD

Text Example


Text Example

White with #0402BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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