Html Css Color HEX #5A94EA Cornflower Blue

📋 copy color: '#5A94EA'

red 90 ◦ green 148 ◦ blue 234

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

Shades of Cornflower Blue #5A94EA

Tints of Cornflower Blue #5A94EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 19.07%
G = 31.36%
B = 49.58%

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

#5A94EA (or 0x5A94EA) is known color: Cornflower Blue. HEX triplet: 5A, 94 and EA. RGB value is (90,148,234). Sum of RGB (Red+Green+Blue) = 90+148+234=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A94EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A94EA is #A56B15. Grayscale: #8C8C8C. Windows color (decimal): -10840854 or 15373402. OLE color: 15373402.

HSL color Cylindrical-coordinate representation of color #5A94EA: hue angle of 215.83º degrees, saturation: 0.77, 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 #5A94EA is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 148 234 -
CMYK 0.62 0.37 0 0.08
HSL 215.83º 0.77% 0.64% -
HSV(B) 215.83º 0.62% 0.92% -
XYZ 29.66 29.29 81.93 -
YUV 140.46 180.78 92.01 -
System Red Green Blue C M Y K H S L
Decimal 90 148 234 0.62 0.37 0 0.08 215.83 0.77 0.64
Hex 5A 94 EA 3E 25 0 8 D8 4D 40
Octal 132 224 352 76 45 0 10 330 115 100
Binary 1011010 10010100 11101010 111110 100101 0 1000 11011000 1001101 1000000

Color Harmonies of #5A94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A94EA

Black with #5A94EA

Text Example


Text Example

White with #5A94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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