Html Css Color HEX #5A92EC Cornflower Blue

📋 copy color: '#5A92EC'

red 90 ◦ green 146 ◦ blue 236

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

Shades of Cornflower Blue #5A92EC

Tints of Cornflower Blue #5A92EC

RGB

 RED value IS 90 (35.55% from 255) = 19.07%

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 19.07%
G = 30.93%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A92EC (or 0x5A92EC) is known color: Cornflower Blue. HEX triplet: 5A, 92 and EC. RGB value is (90,146,236). Sum of RGB (Red+Green+Blue) = 90+146+236=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A92EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A92EC is #A56D13. Grayscale: #8B8B8B. Windows color (decimal): -10841364 or 15503962. OLE color: 15503962.

HSL color Cylindrical-coordinate representation of color #5A92EC: hue angle of 216.99º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A92EC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 146 236 -
CMYK 0.62 0.38 0 0.07
HSL 216.99º 0.79% 0.64% -
HSV(B) 216.99º 0.62% 0.93% -
XYZ 29.64 28.79 83.35 -
YUV 139.52 182.45 92.68 -
System Red Green Blue C M Y K H S L
Decimal 90 146 236 0.62 0.38 0 0.07 216.99 0.79 0.64
Hex 5A 92 EC 3E 26 0 7 D9 4F 40
Octal 132 222 354 76 46 0 7 331 117 100
Binary 1011010 10010010 11101100 111110 100110 0 111 11011001 1001111 1000000

Color Harmonies of #5A92EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A92EC

Black with #5A92EC

Text Example


Text Example

White with #5A92EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A92EC; }

 p { color: rgb(90,146,236); }

 H1.HeaderClassName
 {
   color: #5A92EC;
 }
 .AnyTagClassName
 {
   color: #5A92EC;
 }
</style>

background-color css

<style>
 a { background-color: #5A92EC; }

 a { background-color: rgb(90,146,236); }

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

border-color css

<style>
 span { border-color: #5A92EC; }

 span { border-color: rgb(90,146,236); }

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