Html Css Color HEX #4190EF Cornflower Blue

📋 copy color: '#4190EF'

red 65 ◦ green 144 ◦ blue 239

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

Shades of Cornflower Blue #4190EF

Tints of Cornflower Blue #4190EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.14%

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

R = 14.51%
G = 32.14%
B = 53.35%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4190EF (or 0x4190EF) is known color: Cornflower Blue. HEX triplet: 41, 90 and EF. RGB value is (65,144,239). Sum of RGB (Red+Green+Blue) = 65+144+239=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #4190EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4190EF is #BE6F10. Grayscale: #828282. Windows color (decimal): -12480273 or 15700033. OLE color: 15700033.

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

Color convert

RGB 65 144 239 -
CMYK 0.73 0.40 0 0.06
HSL 212.76º 0.84% 0.6% -
HSV(B) 212.76º 0.73% 0.94% -
XYZ 27.73 27.3 85.47 -
YUV 131.21 188.83 80.78 -
System Red Green Blue C M Y K H S L
Decimal 65 144 239 0.73 0.40 0 0.06 212.76 0.84 0.6
Hex 41 90 EF 49 28 0 6 D5 54 3C
Octal 101 220 357 111 50 0 6 325 124 74
Binary 1000001 10010000 11101111 1001001 101000 0 110 11010101 1010100 111100

Color Harmonies of #4190EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4190EF

Black with #4190EF

Text Example


Text Example

White with #4190EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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