Html Css Color HEX #4595F5 Cornflower Blue

📋 copy color: '#4595F5'

red 69 ◦ green 149 ◦ blue 245

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

Shades of Cornflower Blue #4595F5

Tints of Cornflower Blue #4595F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.92%

R = 14.9%
G = 32.18%
B = 52.92%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4595F5 (or 0x4595F5) is known color: Cornflower Blue. HEX triplet: 45, 95 and F5. RGB value is (69,149,245). Sum of RGB (Red+Green+Blue) = 69+149+245=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #4595F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4595F5 is #BA6A0A. Grayscale: #878787. Windows color (decimal): -12216843 or 16094533. OLE color: 16094533.

HSL color Cylindrical-coordinate representation of color #4595F5: hue angle of 212.73º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4595F5 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 149 245 -
CMYK 0.72 0.39 0 0.04
HSL 212.73º 0.9% 0.62% -
HSV(B) 212.73º 0.72% 0.96% -
XYZ 29.68 29.35 90.49 -
YUV 136.02 189.5 80.19 -
System Red Green Blue C M Y K H S L
Decimal 69 149 245 0.72 0.39 0 0.04 212.73 0.9 0.62
Hex 45 95 F5 48 27 0 4 D5 5A 3E
Octal 105 225 365 110 47 0 4 325 132 76
Binary 1000101 10010101 11110101 1001000 100111 0 100 11010101 1011010 111110

Color Harmonies of #4595F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4595F5

Black with #4595F5

Text Example


Text Example

White with #4595F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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