Html Css Color HEX #0205BC Medium Blue

📋 copy color: '#0205BC'

red 2 ◦ green 5 ◦ blue 188

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

Shades of Medium Blue #0205BC

Tints of Medium Blue #0205BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 96.41%

R = 1.03%
G = 2.56%
B = 96.41%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0205BC (or 0x0205BC) is known color: Medium Blue. HEX triplet: 02, 05 and BC. RGB value is (2,5,188). Sum of RGB (Red+Green+Blue) = 2+5+188=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 188 (73.83% from 255 or 96.41% from 195); Max value from RGB is 188 - color contains mainly: blue. Hex color #0205BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205BC is #FDFA43. Grayscale: #181818. Windows color (decimal): -16644676 or 12322050. OLE color: 12322050.

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

Color convert

RGB 2 5 188 -
CMYK 0.99 0.97 0 0.26
HSL 239.03º 0.98% 0.37% -
HSV(B) 239.03º 0.99% 0.74% -
XYZ 9.16 3.75 47.82 -
YUV 24.97 220.01 111.62 -
System Red Green Blue C M Y K H S L
Decimal 2 5 188 0.99 0.97 0 0.26 239.03 0.98 0.37
Hex 2 5 BC 63 61 0 1A EF 62 25
Octal 2 5 274 143 141 0 32 357 142 45
Binary 10 101 10111100 1100011 1100001 0 11010 11101111 1100010 100101

Color Harmonies of #0205BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205BC

Black with #0205BC

Text Example


Text Example

White with #0205BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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