Html Css Color HEX #4196EF Cornflower Blue

📋 copy color: '#4196EF'

red 65 ◦ green 150 ◦ blue 239

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

Shades of Cornflower Blue #4196EF

Tints of Cornflower Blue #4196EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.04%

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

R = 14.32%
G = 33.04%
B = 52.64%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4196EF (or 0x4196EF) is known color: Cornflower Blue. HEX triplet: 41, 96 and EF. RGB value is (65,150,239). Sum of RGB (Red+Green+Blue) = 65+150+239=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #4196EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4196EF is #BE6910. Grayscale: #868686. Windows color (decimal): -12478737 or 15701569. OLE color: 15701569.

HSL color Cylindrical-coordinate representation of color #4196EF: hue angle of 210.69º 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 #4196EF is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 150 239 -
CMYK 0.73 0.37 0 0.06
HSL 210.69º 0.84% 0.6% -
HSV(B) 210.69º 0.73% 0.94% -
XYZ 28.67 29.17 85.78 -
YUV 134.73 186.84 78.26 -
System Red Green Blue C M Y K H S L
Decimal 65 150 239 0.73 0.37 0 0.06 210.69 0.84 0.6
Hex 41 96 EF 49 25 0 6 D3 54 3C
Octal 101 226 357 111 45 0 6 323 124 74
Binary 1000001 10010110 11101111 1001001 100101 0 110 11010011 1010100 111100

Color Harmonies of #4196EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4196EF

Black with #4196EF

Text Example


Text Example

White with #4196EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4196EF; }

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

 H1.HeaderClassName
 {
   color: #4196EF;
 }
 .AnyTagClassName
 {
   color: #4196EF;
 }
</style>

background-color css

<style>
 a { background-color: #4196EF; }

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

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

border-color css

<style>
 span { border-color: #4196EF; }

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

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