Html Css Color HEX #418BEF Cornflower Blue

📋 copy color: '#418BEF'

red 65 ◦ green 139 ◦ blue 239

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

Shades of Cornflower Blue #418BEF

Tints of Cornflower Blue #418BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 14.67%
G = 31.38%
B = 53.95%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#418BEF (or 0x418BEF) is known color: Cornflower Blue. HEX triplet: 41, 8B and EF. RGB value is (65,139,239). Sum of RGB (Red+Green+Blue) = 65+139+239=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #418BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418BEF is #BE7410. Grayscale: #7F7F7F. Windows color (decimal): -12481553 or 15698753. OLE color: 15698753.

HSL color Cylindrical-coordinate representation of color #418BEF: hue angle of 214.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418BEF is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 139 239 -
CMYK 0.73 0.42 0 0.06
HSL 214.48º 0.84% 0.6% -
HSV(B) 214.48º 0.73% 0.94% -
XYZ 26.99 25.82 85.22 -
YUV 128.27 190.48 82.87 -
System Red Green Blue C M Y K H S L
Decimal 65 139 239 0.73 0.42 0 0.06 214.48 0.84 0.6
Hex 41 8B EF 49 2A 0 6 D6 54 3C
Octal 101 213 357 111 52 0 6 326 124 74
Binary 1000001 10001011 11101111 1001001 101010 0 110 11010110 1010100 111100

Color Harmonies of #418BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BEF

Black with #418BEF

Text Example


Text Example

White with #418BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,139,239); }

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

background-color css

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

 a { background-color: rgb(65,139,239); }

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

border-color css

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

 span { border-color: rgb(65,139,239); }

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