Html Css Color HEX #418AF1 Cornflower Blue

📋 copy color: '#418AF1'

red 65 ◦ green 138 ◦ blue 241

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

Shades of Cornflower Blue #418AF1

Tints of Cornflower Blue #418AF1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.08%

 BLUE value IS 241 (94.53% from 255) = 54.28%

R = 14.64%
G = 31.08%
B = 54.28%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#418AF1 (or 0x418AF1) is known color: Cornflower Blue. HEX triplet: 41, 8A and F1. RGB value is (65,138,241). Sum of RGB (Red+Green+Blue) = 65+138+241=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #418AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418AF1 is #BE750E. Grayscale: #7F7F7F. Windows color (decimal): -12481807 or 15829569. OLE color: 15829569.

HSL color Cylindrical-coordinate representation of color #418AF1: hue angle of 215.11º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418AF1 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 138 241 -
CMYK 0.73 0.43 0 0.05
HSL 215.11º 0.86% 0.6% -
HSV(B) 215.11º 0.73% 0.95% -
XYZ 27.15 25.65 86.74 -
YUV 127.92 191.82 83.12 -
System Red Green Blue C M Y K H S L
Decimal 65 138 241 0.73 0.43 0 0.05 215.11 0.86 0.6
Hex 41 8A F1 49 2B 0 5 D7 56 3C
Octal 101 212 361 111 53 0 5 327 126 74
Binary 1000001 10001010 11110001 1001001 101011 0 101 11010111 1010110 111100

Color Harmonies of #418AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418AF1

Black with #418AF1

Text Example


Text Example

White with #418AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,241); }

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

background-color css

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

 a { background-color: rgb(65,138,241); }

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

border-color css

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

 span { border-color: rgb(65,138,241); }

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