Html Css Color HEX #0205BE Medium Blue

📋 copy color: '#0205BE'

red 2 ◦ green 5 ◦ blue 190

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

Shades of Medium Blue #0205BE

Tints of Medium Blue #0205BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 190 (74.61% from 255) = 96.45%

R = 1.02%
G = 2.54%
B = 96.45%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0205BE (or 0x0205BE) is known color: Medium Blue. HEX triplet: 02, 05 and BE. RGB value is (2,5,190). Sum of RGB (Red+Green+Blue) = 2+5+190=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 190 (74.61% from 255 or 96.45% from 197); Max value from RGB is 190 - color contains mainly: blue. Hex color #0205BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205BE is #FDFA41. Grayscale: #181818. Windows color (decimal): -16644674 or 12453122. OLE color: 12453122.

HSL color Cylindrical-coordinate representation of color #0205BE: hue angle of 239.04º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0205BE is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 5 190 -
CMYK 0.99 0.97 0 0.25
HSL 239.04º 0.98% 0.38% -
HSV(B) 239.04º 0.99% 0.75% -
XYZ 9.37 3.84 48.96 -
YUV 25.19 221.01 111.46 -
System Red Green Blue C M Y K H S L
Decimal 2 5 190 0.99 0.97 0 0.25 239.04 0.98 0.38
Hex 2 5 BE 63 61 0 19 EF 62 26
Octal 2 5 276 143 141 0 31 357 142 46
Binary 10 101 10111110 1100011 1100001 0 11001 11101111 1100010 100110

Color Harmonies of #0205BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205BE

Black with #0205BE

Text Example


Text Example

White with #0205BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0205BE; }

 p { color: rgb(2,5,190); }

 H1.HeaderClassName
 {
   color: #0205BE;
 }
 .AnyTagClassName
 {
   color: #0205BE;
 }
</style>

background-color css

<style>
 a { background-color: #0205BE; }

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

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

border-color css

<style>
 span { border-color: #0205BE; }

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

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