Html Css Color HEX #0509CC Medium Blue

📋 copy color: '#0509CC'

red 5 ◦ green 9 ◦ blue 204

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

Shades of Medium Blue #0509CC

Tints of Medium Blue #0509CC

RGB

 RED value IS 5 (2.34% from 255) = 2.29%

 GREEN value IS 9 (3.91% from 255) = 4.13%

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

R = 2.29%
G = 4.13%
B = 93.58%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0509CC (or 0x0509CC) is known color: Medium Blue. HEX triplet: 05, 09 and CC. RGB value is (5,9,204). Sum of RGB (Red+Green+Blue) = 5+9+204=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 204 (80.08% from 255 or 93.58% from 218); Max value from RGB is 204 - color contains mainly: blue. Hex color #0509CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509CC is #FAF633. Grayscale: #1D1D1D. Windows color (decimal): -16447028 or 13371653. OLE color: 13371653.

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

Color convert

RGB 5 9 204 -
CMYK 0.98 0.96 0 0.2
HSL 238.79º 0.95% 0.41% -
HSV(B) 238.79º 0.98% 0.8% -
XYZ 11.06 4.59 57.43 -
YUV 30.03 226.17 110.14 -
System Red Green Blue C M Y K H S L
Decimal 5 9 204 0.98 0.96 0 0.2 238.79 0.95 0.41
Hex 5 9 CC 62 60 0 14 EF 5F 29
Octal 5 11 314 142 140 0 24 357 137 51
Binary 101 1001 11001100 1100010 1100000 0 10100 11101111 1011111 101001

Color Harmonies of #0509CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0509CC

Black with #0509CC

Text Example


Text Example

White with #0509CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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