Html Css Color HEX #4595FA Cornflower Blue

📋 copy color: '#4595FA'

red 69 ◦ green 149 ◦ blue 250

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

Shades of Cornflower Blue #4595FA

Tints of Cornflower Blue #4595FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 14.74%
G = 31.84%
B = 53.42%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4595FA (or 0x4595FA) is known color: Cornflower Blue. HEX triplet: 45, 95 and FA. RGB value is (69,149,250). Sum of RGB (Red+Green+Blue) = 69+149+250=468 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.74% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #4595FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4595FA is #BA6A05. Grayscale: #888888. Windows color (decimal): -12216838 or 16422213. OLE color: 16422213.

HSL color Cylindrical-coordinate representation of color #4595FA: hue angle of 213.48º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4595FA is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 149 250 -
CMYK 0.72 0.40 0 0.02
HSL 213.48º 0.95% 0.63% -
HSV(B) 213.48º 0.72% 0.98% -
XYZ 30.46 29.66 94.56 -
YUV 136.59 192 79.79 -
System Red Green Blue C M Y K H S L
Decimal 69 149 250 0.72 0.40 0 0.02 213.48 0.95 0.63
Hex 45 95 FA 48 28 0 2 D5 5F 3F
Octal 105 225 372 110 50 0 2 325 137 77
Binary 1000101 10010101 11111010 1001000 101000 0 10 11010101 1011111 111111

Color Harmonies of #4595FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4595FA

Black with #4595FA

Text Example


Text Example

White with #4595FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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