Html Css Color HEX #0508CF Medium Blue

📋 copy color: '#0508CF'

red 5 ◦ green 8 ◦ blue 207

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

Shades of Medium Blue #0508CF

Tints of Medium Blue #0508CF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 207 (81.25% from 255) = 94.09%

R = 2.27%
G = 3.64%
B = 94.09%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0508CF (or 0x0508CF) is known color: Medium Blue. HEX triplet: 05, 08 and CF. RGB value is (5,8,207). Sum of RGB (Red+Green+Blue) = 5+8+207=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 207 (81.25% from 255 or 94.09% from 220); Max value from RGB is 207 - color contains mainly: blue. Hex color #0508CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0508CF is #FAF730. Grayscale: #1C1C1C. Windows color (decimal): -16447281 or 13568005. OLE color: 13568005.

HSL color Cylindrical-coordinate representation of color #0508CF: hue angle of 239.11º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0508CF is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 8 207 -
CMYK 0.98 0.96 0 0.19
HSL 239.11º 0.95% 0.42% -
HSV(B) 239.11º 0.98% 0.81% -
XYZ 11.41 4.71 59.34 -
YUV 29.79 228.01 110.32 -
System Red Green Blue C M Y K H S L
Decimal 5 8 207 0.98 0.96 0 0.19 239.11 0.95 0.42
Hex 5 8 CF 62 60 0 13 EF 5F 2A
Octal 5 10 317 142 140 0 23 357 137 52
Binary 101 1000 11001111 1100010 1100000 0 10011 11101111 1011111 101010

Color Harmonies of #0508CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0508CF

Black with #0508CF

Text Example


Text Example

White with #0508CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0508CF; }

 p { color: rgb(5,8,207); }

 H1.HeaderClassName
 {
   color: #0508CF;
 }
 .AnyTagClassName
 {
   color: #0508CF;
 }
</style>

background-color css

<style>
 a { background-color: #0508CF; }

 a { background-color: rgb(5,8,207); }

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

border-color css

<style>
 span { border-color: #0508CF; }

 span { border-color: rgb(5,8,207); }

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