Html Css Color HEX #4194EB Cornflower Blue

📋 copy color: '#4194EB'

red 65 ◦ green 148 ◦ blue 235

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

Shades of Cornflower Blue #4194EB

Tints of Cornflower Blue #4194EB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 14.51%
G = 33.04%
B = 52.46%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4194EB (or 0x4194EB) is known color: Cornflower Blue. HEX triplet: 41, 94 and EB. RGB value is (65,148,235). Sum of RGB (Red+Green+Blue) = 65+148+235=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #4194EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4194EB is #BE6B14. Grayscale: #848484. Windows color (decimal): -12479253 or 15438913. OLE color: 15438913.

HSL color Cylindrical-coordinate representation of color #4194EB: hue angle of 210.71º degrees, saturation: 0.81, 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 #4194EB is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 148 235 -
CMYK 0.72 0.37 0 0.08
HSL 210.71º 0.81% 0.59% -
HSV(B) 210.71º 0.72% 0.92% -
XYZ 27.77 28.3 82.6 -
YUV 133.1 185.5 79.43 -
System Red Green Blue C M Y K H S L
Decimal 65 148 235 0.72 0.37 0 0.08 210.71 0.81 0.59
Hex 41 94 EB 48 25 0 8 D3 51 3B
Octal 101 224 353 110 45 0 10 323 121 73
Binary 1000001 10010100 11101011 1001000 100101 0 1000 11010011 1010001 111011

Color Harmonies of #4194EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4194EB

Black with #4194EB

Text Example


Text Example

White with #4194EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4194EB; }

 p { color: rgb(65,148,235); }

 H1.HeaderClassName
 {
   color: #4194EB;
 }
 .AnyTagClassName
 {
   color: #4194EB;
 }
</style>

background-color css

<style>
 a { background-color: #4194EB; }

 a { background-color: rgb(65,148,235); }

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

border-color css

<style>
 span { border-color: #4194EB; }

 span { border-color: rgb(65,148,235); }

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