Html Css Color HEX #0418CE Medium Blue

📋 copy color: '#0418CE'

red 4 ◦ green 24 ◦ blue 206

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

Shades of Medium Blue #0418CE

Tints of Medium Blue #0418CE

RGB

 RED value IS 4 (1.95% from 255) = 1.71%

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

 BLUE value IS 206 (80.86% from 255) = 88.03%

R = 1.71%
G = 10.26%
B = 88.03%

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

#0418CE (or 0x0418CE) is known color: Medium Blue. HEX triplet: 04, 18 and CE. RGB value is (4,24,206). Sum of RGB (Red+Green+Blue) = 4+24+206=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #0418CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0418CE is #FBE731. Grayscale: #262626. Windows color (decimal): -16508722 or 13506564. OLE color: 13506564.

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

Color convert

RGB 4 24 206 -
CMYK 0.98 0.88 0 0.19
HSL 234.06º 0.96% 0.41% -
HSV(B) 234.06º 0.98% 0.81% -
XYZ 11.52 5.14 58.78 -
YUV 38.77 222.37 103.2 -
System Red Green Blue C M Y K H S L
Decimal 4 24 206 0.98 0.88 0 0.19 234.06 0.96 0.41
Hex 4 18 CE 62 58 0 13 EA 60 29
Octal 4 30 316 142 130 0 23 352 140 51
Binary 100 11000 11001110 1100010 1011000 0 10011 11101010 1100000 101001

Color Harmonies of #0418CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0418CE

Black with #0418CE

Text Example


Text Example

White with #0418CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0418CE; }

 p { color: rgb(4,24,206); }

 H1.HeaderClassName
 {
   color: #0418CE;
 }
 .AnyTagClassName
 {
   color: #0418CE;
 }
</style>

background-color css

<style>
 a { background-color: #0418CE; }

 a { background-color: rgb(4,24,206); }

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

border-color css

<style>
 span { border-color: #0418CE; }

 span { border-color: rgb(4,24,206); }

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