Html Css Color HEX #0205BF Medium Blue

📋 copy color: '#0205BF'

red 2 ◦ green 5 ◦ blue 191

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

Shades of Medium Blue #0205BF

Tints of Medium Blue #0205BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 96.46%

R = 1.01%
G = 2.53%
B = 96.46%

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

#0205BF (or 0x0205BF) is known color: Medium Blue. HEX triplet: 02, 05 and BF. RGB value is (2,5,191). Sum of RGB (Red+Green+Blue) = 2+5+191=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 191 (75% from 255 or 96.46% from 198); Max value from RGB is 191 - color contains mainly: blue. Hex color #0205BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205BF is #FDFA40. Grayscale: #181818. Windows color (decimal): -16644673 or 12518658. OLE color: 12518658.

HSL color Cylindrical-coordinate representation of color #0205BF: hue angle of 239.05º 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 #0205BF is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 5 191 -
CMYK 0.99 0.97 0 0.25
HSL 239.05º 0.98% 0.38% -
HSV(B) 239.05º 0.99% 0.75% -
XYZ 9.48 3.88 49.54 -
YUV 25.31 221.51 111.38 -
System Red Green Blue C M Y K H S L
Decimal 2 5 191 0.99 0.97 0 0.25 239.05 0.98 0.38
Hex 2 5 BF 63 61 0 19 EF 62 26
Octal 2 5 277 143 141 0 31 357 142 46
Binary 10 101 10111111 1100011 1100001 0 11001 11101111 1100010 100110

Color Harmonies of #0205BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205BF

Black with #0205BF

Text Example


Text Example

White with #0205BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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