Html Css Color HEX #418EEC Cornflower Blue

📋 copy color: '#418EEC'

red 65 ◦ green 142 ◦ blue 236

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

Shades of Cornflower Blue #418EEC

Tints of Cornflower Blue #418EEC

RGB

 RED value IS 65 (25.78% from 255) = 14.67%

 GREEN value IS 142 (55.86% from 255) = 32.05%

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 14.67%
G = 32.05%
B = 53.27%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#418EEC (or 0x418EEC) is known color: Cornflower Blue. HEX triplet: 41, 8E and EC. RGB value is (65,142,236). Sum of RGB (Red+Green+Blue) = 65+142+236=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #418EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418EEC is #BE7113. Grayscale: #818181. Windows color (decimal): -12480788 or 15502913. OLE color: 15502913.

HSL color Cylindrical-coordinate representation of color #418EEC: hue angle of 212.98º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418EEC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 142 236 -
CMYK 0.72 0.40 0 0.07
HSL 212.98º 0.82% 0.59% -
HSV(B) 212.98º 0.72% 0.93% -
XYZ 26.99 26.53 83.05 -
YUV 129.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 65 142 236 0.72 0.40 0 0.07 212.98 0.82 0.59
Hex 41 8E EC 48 28 0 7 D5 52 3B
Octal 101 216 354 110 50 0 7 325 122 73
Binary 1000001 10001110 11101100 1001000 101000 0 111 11010101 1010010 111011

Color Harmonies of #418EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418EEC

Black with #418EEC

Text Example


Text Example

White with #418EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418EEC; }

 p { color: rgb(65,142,236); }

 H1.HeaderClassName
 {
   color: #418EEC;
 }
 .AnyTagClassName
 {
   color: #418EEC;
 }
</style>

background-color css

<style>
 a { background-color: #418EEC; }

 a { background-color: rgb(65,142,236); }

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

border-color css

<style>
 span { border-color: #418EEC; }

 span { border-color: rgb(65,142,236); }

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