Html Css Color HEX #0204BA Medium Blue

📋 copy color: '#0204BA'

red 2 ◦ green 4 ◦ blue 186

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

Shades of Medium Blue #0204BA

Tints of Medium Blue #0204BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

 BLUE value IS 186 (73.05% from 255) = 96.88%

R = 1.04%
G = 2.08%
B = 96.88%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0204BA (or 0x0204BA) is known color: Medium Blue. HEX triplet: 02, 04 and BA. RGB value is (2,4,186). Sum of RGB (Red+Green+Blue) = 2+4+186=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 186 (73.05% from 255 or 96.88% from 192); Max value from RGB is 186 - color contains mainly: blue. Hex color #0204BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0204BA is #FDFB45. Grayscale: #171717. Windows color (decimal): -16644934 or 12190722. OLE color: 12190722.

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

Color convert

RGB 2 4 186 -
CMYK 0.99 0.98 0 0.27
HSL 239.35º 0.98% 0.37% -
HSV(B) 239.35º 0.99% 0.73% -
XYZ 8.93 3.64 46.69 -
YUV 24.15 219.34 112.2 -
System Red Green Blue C M Y K H S L
Decimal 2 4 186 0.99 0.98 0 0.27 239.35 0.98 0.37
Hex 2 4 BA 63 62 0 1B EF 62 25
Octal 2 4 272 143 142 0 33 357 142 45
Binary 10 100 10111010 1100011 1100010 0 11011 11101111 1100010 100101

Color Harmonies of #0204BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0204BA

Black with #0204BA

Text Example


Text Example

White with #0204BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0204BA; }

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

 H1.HeaderClassName
 {
   color: #0204BA;
 }
 .AnyTagClassName
 {
   color: #0204BA;
 }
</style>

background-color css

<style>
 a { background-color: #0204BA; }

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

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

border-color css

<style>
 span { border-color: #0204BA; }

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

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