Html Css Color HEX #4295EA Cornflower Blue

📋 copy color: '#4295EA'

red 66 ◦ green 149 ◦ blue 234

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

Shades of Cornflower Blue #4295EA

Tints of Cornflower Blue #4295EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

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

R = 14.7%
G = 33.18%
B = 52.12%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4295EA (or 0x4295EA) is known color: Cornflower Blue. HEX triplet: 42, 95 and EA. RGB value is (66,149,234). Sum of RGB (Red+Green+Blue) = 66+149+234=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #4295EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4295EA is #BD6A15. Grayscale: #858585. Windows color (decimal): -12413462 or 15373634. OLE color: 15373634.

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

Color convert

RGB 66 149 234 -
CMYK 0.72 0.36 0 0.08
HSL 210.36º 0.8% 0.59% -
HSV(B) 210.36º 0.72% 0.92% -
XYZ 27.85 28.59 81.89 -
YUV 133.87 184.5 79.59 -
System Red Green Blue C M Y K H S L
Decimal 66 149 234 0.72 0.36 0 0.08 210.36 0.8 0.59
Hex 42 95 EA 48 24 0 8 D2 50 3B
Octal 102 225 352 110 44 0 10 322 120 73
Binary 1000010 10010101 11101010 1001000 100100 0 1000 11010010 1010000 111011

Color Harmonies of #4295EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4295EA

Black with #4295EA

Text Example


Text Example

White with #4295EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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