Html Css Color HEX #418FEA Cornflower Blue

📋 copy color: '#418FEA'

red 65 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #418FEA

Tints of Cornflower Blue #418FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 14.71%
G = 32.35%
B = 52.94%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#418FEA (or 0x418FEA) is known color: Cornflower Blue. HEX triplet: 41, 8F and EA. RGB value is (65,143,234). Sum of RGB (Red+Green+Blue) = 65+143+234=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #418FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FEA is #BE7015. Grayscale: #818181. Windows color (decimal): -12480534 or 15372097. OLE color: 15372097.

HSL color Cylindrical-coordinate representation of color #418FEA: hue angle of 212.31º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418FEA is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 143 234 -
CMYK 0.72 0.39 0 0.08
HSL 212.31º 0.8% 0.59% -
HSV(B) 212.31º 0.72% 0.92% -
XYZ 26.85 26.71 81.58 -
YUV 130.05 186.66 81.6 -
System Red Green Blue C M Y K H S L
Decimal 65 143 234 0.72 0.39 0 0.08 212.31 0.8 0.59
Hex 41 8F EA 48 27 0 8 D4 50 3B
Octal 101 217 352 110 47 0 10 324 120 73
Binary 1000001 10001111 11101010 1001000 100111 0 1000 11010100 1010000 111011

Color Harmonies of #418FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FEA

Black with #418FEA

Text Example


Text Example

White with #418FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,143,234); }

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

background-color css

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

 a { background-color: rgb(65,143,234); }

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

border-color css

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

 span { border-color: rgb(65,143,234); }

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