Html Css Color HEX #0507CB Medium Blue

📋 copy color: '#0507CB'

red 5 ◦ green 7 ◦ blue 203

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

Shades of Medium Blue #0507CB

Tints of Medium Blue #0507CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

 BLUE value IS 203 (79.69% from 255) = 94.42%

R = 2.33%
G = 3.26%
B = 94.42%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0507CB (or 0x0507CB) is known color: Medium Blue. HEX triplet: 05, 07 and CB. RGB value is (5,7,203). Sum of RGB (Red+Green+Blue) = 5+7+203=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 203 (79.69% from 255 or 94.42% from 215); Max value from RGB is 203 - color contains mainly: blue. Hex color #0507CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0507CB is #FAF834. Grayscale: #1B1B1B. Windows color (decimal): -16447541 or 13305605. OLE color: 13305605.

HSL color Cylindrical-coordinate representation of color #0507CB: hue angle of 239.39º 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 #0507CB is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 7 203 -
CMYK 0.98 0.97 0 0.20
HSL 239.39º 0.95% 0.41% -
HSV(B) 239.39º 0.98% 0.8% -
XYZ 10.92 4.5 56.79 -
YUV 28.75 226.34 111.06 -
System Red Green Blue C M Y K H S L
Decimal 5 7 203 0.98 0.97 0 0.20 239.39 0.95 0.41
Hex 5 7 CB 62 61 0 14 EF 5F 29
Octal 5 7 313 142 141 0 24 357 137 51
Binary 101 111 11001011 1100010 1100001 0 10100 11101111 1011111 101001

Color Harmonies of #0507CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0507CB

Black with #0507CB

Text Example


Text Example

White with #0507CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0507CB; }

 p { color: rgb(5,7,203); }

 H1.HeaderClassName
 {
   color: #0507CB;
 }
 .AnyTagClassName
 {
   color: #0507CB;
 }
</style>

background-color css

<style>
 a { background-color: #0507CB; }

 a { background-color: rgb(5,7,203); }

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

border-color css

<style>
 span { border-color: #0507CB; }

 span { border-color: rgb(5,7,203); }

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