Html Css Color HEX #4596FD Cornflower Blue

📋 copy color: '#4596FD'

red 69 ◦ green 150 ◦ blue 253

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

Shades of Cornflower Blue #4596FD

Tints of Cornflower Blue #4596FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 14.62%
G = 31.78%
B = 53.6%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4596FD (or 0x4596FD) is known color: Cornflower Blue. HEX triplet: 45, 96 and FD. RGB value is (69,150,253). Sum of RGB (Red+Green+Blue) = 69+150+253=472 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.62% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #4596FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4596FD is #BA6902. Grayscale: #898989. Windows color (decimal): -12216579 or 16619077. OLE color: 16619077.

HSL color Cylindrical-coordinate representation of color #4596FD: hue angle of 213.59º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4596FD is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 150 253 -
CMYK 0.73 0.41 0 0.01
HSL 213.59º 0.98% 0.63% -
HSV(B) 213.59º 0.73% 0.99% -
XYZ 31.09 30.17 97.11 -
YUV 137.52 193.16 79.12 -
System Red Green Blue C M Y K H S L
Decimal 69 150 253 0.73 0.41 0 0.01 213.59 0.98 0.63
Hex 45 96 FD 49 29 0 1 D6 62 3F
Octal 105 226 375 111 51 0 1 326 142 77
Binary 1000101 10010110 11111101 1001001 101001 0 1 11010110 1100010 111111

Color Harmonies of #4596FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4596FD

Black with #4596FD

Text Example


Text Example

White with #4596FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4596FD; }

 p { color: rgb(69,150,253); }

 H1.HeaderClassName
 {
   color: #4596FD;
 }
 .AnyTagClassName
 {
   color: #4596FD;
 }
</style>

background-color css

<style>
 a { background-color: #4596FD; }

 a { background-color: rgb(69,150,253); }

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

border-color css

<style>
 span { border-color: #4596FD; }

 span { border-color: rgb(69,150,253); }

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