Html Css Color HEX #5A94EB Cornflower Blue

📋 copy color: '#5A94EB'

red 90 ◦ green 148 ◦ blue 235

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

Shades of Cornflower Blue #5A94EB

Tints of Cornflower Blue #5A94EB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 19.03%
G = 31.29%
B = 49.68%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A94EB (or 0x5A94EB) is known color: Cornflower Blue. HEX triplet: 5A, 94 and EB. RGB value is (90,148,235). Sum of RGB (Red+Green+Blue) = 90+148+235=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A94EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A94EB is #A56B14. Grayscale: #8C8C8C. Windows color (decimal): -10840853 or 15438938. OLE color: 15438938.

HSL color Cylindrical-coordinate representation of color #5A94EB: hue angle of 216º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A94EB is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 148 235 -
CMYK 0.62 0.37 0 0.08
HSL 216º 0.78% 0.64% -
HSV(B) 216º 0.62% 0.92% -
XYZ 29.8 29.35 82.69 -
YUV 140.58 181.28 91.93 -
System Red Green Blue C M Y K H S L
Decimal 90 148 235 0.62 0.37 0 0.08 216 0.78 0.64
Hex 5A 94 EB 3E 25 0 8 D8 4E 40
Octal 132 224 353 76 45 0 10 330 116 100
Binary 1011010 10010100 11101011 111110 100101 0 1000 11011000 1001110 1000000

Color Harmonies of #5A94EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A94EB

Black with #5A94EB

Text Example


Text Example

White with #5A94EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,148,235); }

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

background-color css

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

 a { background-color: rgb(90,148,235); }

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

border-color css

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

 span { border-color: rgb(90,148,235); }

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