Html Css Color HEX #5A93ED Cornflower Blue

📋 copy color: '#5A93ED'

red 90 ◦ green 147 ◦ blue 237

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

Shades of Cornflower Blue #5A93ED

Tints of Cornflower Blue #5A93ED

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

 BLUE value IS 237 (92.97% from 255) = 50%

R = 18.99%
G = 31.01%
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

#5A93ED (or 0x5A93ED) is known color: Cornflower Blue. HEX triplet: 5A, 93 and ED. RGB value is (90,147,237). Sum of RGB (Red+Green+Blue) = 90+147+237=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A93ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A93ED is #A56C12. Grayscale: #8B8B8B. Windows color (decimal): -10841107 or 15569754. OLE color: 15569754.

HSL color Cylindrical-coordinate representation of color #5A93ED: hue angle of 216.73º degrees, saturation: 0.8, 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 #5A93ED is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 147 237 -
CMYK 0.62 0.38 0 0.07
HSL 216.73º 0.8% 0.64% -
HSV(B) 216.73º 0.62% 0.93% -
XYZ 29.94 29.16 84.17 -
YUV 140.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 90 147 237 0.62 0.38 0 0.07 216.73 0.8 0.64
Hex 5A 93 ED 3E 26 0 7 D9 50 40
Octal 132 223 355 76 46 0 7 331 120 100
Binary 1011010 10010011 11101101 111110 100110 0 111 11011001 1010000 1000000

Color Harmonies of #5A93ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A93ED

Black with #5A93ED

Text Example


Text Example

White with #5A93ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,147,237); }

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

background-color css

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

 a { background-color: rgb(90,147,237); }

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

border-color css

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

 span { border-color: rgb(90,147,237); }

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