Html Css Color HEX #4595EA Cornflower Blue

📋 copy color: '#4595EA'

red 69 ◦ green 149 ◦ blue 234

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

Shades of Cornflower Blue #4595EA

Tints of Cornflower Blue #4595EA

RGB

 RED value IS 69 (27.34% from 255) = 15.27%

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

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

R = 15.27%
G = 32.96%
B = 51.77%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4595EA (or 0x4595EA) is known color: Cornflower Blue. HEX triplet: 45, 95 and EA. RGB value is (69,149,234). Sum of RGB (Red+Green+Blue) = 69+149+234=452 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.27% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #4595EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4595EA is #BA6A15. Grayscale: #868686. Windows color (decimal): -12216854 or 15373637. OLE color: 15373637.

HSL color Cylindrical-coordinate representation of color #4595EA: hue angle of 210.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4595EA is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 149 234 -
CMYK 0.71 0.36 0 0.08
HSL 210.91º 0.8% 0.59% -
HSV(B) 210.91º 0.71% 0.92% -
XYZ 28.05 28.7 81.9 -
YUV 134.77 184 81.09 -
System Red Green Blue C M Y K H S L
Decimal 69 149 234 0.71 0.36 0 0.08 210.91 0.8 0.59
Hex 45 95 EA 47 24 0 8 D3 50 3B
Octal 105 225 352 107 44 0 10 323 120 73
Binary 1000101 10010101 11101010 1000111 100100 0 1000 11010011 1010000 111011

Color Harmonies of #4595EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4595EA

Black with #4595EA

Text Example


Text Example

White with #4595EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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