Html Css Color HEX #4592FA Cornflower Blue

📋 copy color: '#4592FA'

red 69 ◦ green 146 ◦ blue 250

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

Shades of Cornflower Blue #4592FA

Tints of Cornflower Blue #4592FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

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

R = 14.84%
G = 31.4%
B = 53.76%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4592FA (or 0x4592FA) is known color: Cornflower Blue. HEX triplet: 45, 92 and FA. RGB value is (69,146,250). Sum of RGB (Red+Green+Blue) = 69+146+250=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #4592FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4592FA is #BA6D05. Grayscale: #868686. Windows color (decimal): -12217606 or 16421445. OLE color: 16421445.

HSL color Cylindrical-coordinate representation of color #4592FA: hue angle of 214.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 #4592FA is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 146 250 -
CMYK 0.72 0.42 0 0.02
HSL 214.48º 0.95% 0.63% -
HSV(B) 214.48º 0.72% 0.98% -
XYZ 29.99 28.73 94.41 -
YUV 134.83 192.99 81.04 -
System Red Green Blue C M Y K H S L
Decimal 69 146 250 0.72 0.42 0 0.02 214.48 0.95 0.63
Hex 45 92 FA 48 2A 0 2 D6 5F 3F
Octal 105 222 372 110 52 0 2 326 137 77
Binary 1000101 10010010 11111010 1001000 101010 0 10 11010110 1011111 111111

Color Harmonies of #4592FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4592FA

Black with #4592FA

Text Example


Text Example

White with #4592FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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