Html Css Color HEX #4294EA Cornflower Blue

📋 copy color: '#4294EA'

red 66 ◦ green 148 ◦ blue 234

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

Shades of Cornflower Blue #4294EA

Tints of Cornflower Blue #4294EA

RGB

 RED value IS 66 (26.17% from 255) = 14.73%

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

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

R = 14.73%
G = 33.04%
B = 52.23%

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

#4294EA (or 0x4294EA) is known color: Cornflower Blue. HEX triplet: 42, 94 and EA. RGB value is (66,148,234). Sum of RGB (Red+Green+Blue) = 66+148+234=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #4294EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4294EA is #BD6B15. Grayscale: #848484. Windows color (decimal): -12413718 or 15373378. OLE color: 15373378.

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

Color convert

RGB 66 148 234 -
CMYK 0.72 0.37 0 0.08
HSL 210.71º 0.8% 0.59% -
HSV(B) 210.71º 0.72% 0.92% -
XYZ 27.69 28.28 81.84 -
YUV 133.29 184.83 80.01 -
System Red Green Blue C M Y K H S L
Decimal 66 148 234 0.72 0.37 0 0.08 210.71 0.8 0.59
Hex 42 94 EA 48 25 0 8 D3 50 3B
Octal 102 224 352 110 45 0 10 323 120 73
Binary 1000010 10010100 11101010 1001000 100101 0 1000 11010011 1010000 111011

Color Harmonies of #4294EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4294EA

Black with #4294EA

Text Example


Text Example

White with #4294EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4294EA; }

 p { color: rgb(66,148,234); }

 H1.HeaderClassName
 {
   color: #4294EA;
 }
 .AnyTagClassName
 {
   color: #4294EA;
 }
</style>

background-color css

<style>
 a { background-color: #4294EA; }

 a { background-color: rgb(66,148,234); }

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

border-color css

<style>
 span { border-color: #4294EA; }

 span { border-color: rgb(66,148,234); }

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