Html Css Color HEX #0518CF Medium Blue

📋 copy color: '#0518CF'

red 5 ◦ green 24 ◦ blue 207

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

Shades of Medium Blue #0518CF

Tints of Medium Blue #0518CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 2.12%
G = 10.17%
B = 87.71%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0518CF (or 0x0518CF) is known color: Medium Blue. HEX triplet: 05, 18 and CF. RGB value is (5,24,207). Sum of RGB (Red+Green+Blue) = 5+24+207=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 207 (81.25% from 255 or 87.71% from 236); Max value from RGB is 207 - color contains mainly: blue. Hex color #0518CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518CF is #FAE730. Grayscale: #262626. Windows color (decimal): -16443185 or 13572101. OLE color: 13572101.

HSL color Cylindrical-coordinate representation of color #0518CF: hue angle of 234.36º 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 #0518CF is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 24 207 -
CMYK 0.98 0.88 0 0.19
HSL 234.36º 0.95% 0.42% -
HSV(B) 234.36º 0.98% 0.81% -
XYZ 11.65 5.19 59.42 -
YUV 39.18 222.71 103.62 -
System Red Green Blue C M Y K H S L
Decimal 5 24 207 0.98 0.88 0 0.19 234.36 0.95 0.42
Hex 5 18 CF 62 58 0 13 EA 5F 2A
Octal 5 30 317 142 130 0 23 352 137 52
Binary 101 11000 11001111 1100010 1011000 0 10011 11101010 1011111 101010

Color Harmonies of #0518CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518CF

Black with #0518CF

Text Example


Text Example

White with #0518CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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