Html Css Color HEX #0205CC Medium Blue

📋 copy color: '#0205CC'

red 2 ◦ green 5 ◦ blue 204

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

Shades of Medium Blue #0205CC

Tints of Medium Blue #0205CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 96.68%

R = 0.95%
G = 2.37%
B = 96.68%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0205CC (or 0x0205CC) is known color: Medium Blue. HEX triplet: 02, 05 and CC. RGB value is (2,5,204). Sum of RGB (Red+Green+Blue) = 2+5+204=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 204 (80.08% from 255 or 96.68% from 211); Max value from RGB is 204 - color contains mainly: blue. Hex color #0205CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205CC is #FDFA33. Grayscale: #191919. Windows color (decimal): -16644660 or 13370626. OLE color: 13370626.

HSL color Cylindrical-coordinate representation of color #0205CC: hue angle of 239.11º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0205CC is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 5 204 -
CMYK 0.99 0.98 0 0.2
HSL 239.11º 0.98% 0.4% -
HSV(B) 239.11º 0.99% 0.8% -
XYZ 10.98 4.48 57.41 -
YUV 26.79 228.01 110.32 -
System Red Green Blue C M Y K H S L
Decimal 2 5 204 0.99 0.98 0 0.2 239.11 0.98 0.4
Hex 2 5 CC 63 62 0 14 EF 62 28
Octal 2 5 314 143 142 0 24 357 142 50
Binary 10 101 11001100 1100011 1100010 0 10100 11101111 1100010 101000

Color Harmonies of #0205CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205CC

Black with #0205CC

Text Example


Text Example

White with #0205CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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