Html Css Color HEX #5A94EF Cornflower Blue

📋 copy color: '#5A94EF'

red 90 ◦ green 148 ◦ blue 239

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

Shades of Cornflower Blue #5A94EF

Tints of Cornflower Blue #5A94EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 18.87%
G = 31.03%
B = 50.1%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A94EF (or 0x5A94EF) is known color: Cornflower Blue. HEX triplet: 5A, 94 and EF. RGB value is (90,148,239). Sum of RGB (Red+Green+Blue) = 90+148+239=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A94EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A94EF is #A56B10. Grayscale: #8C8C8C. Windows color (decimal): -10840849 or 15701082. OLE color: 15701082.

HSL color Cylindrical-coordinate representation of color #5A94EF: hue angle of 216.64º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A94EF is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 148 239 -
CMYK 0.62 0.38 0 0.06
HSL 216.64º 0.82% 0.65% -
HSV(B) 216.64º 0.62% 0.94% -
XYZ 30.39 29.59 85.77 -
YUV 141.03 183.28 91.6 -
System Red Green Blue C M Y K H S L
Decimal 90 148 239 0.62 0.38 0 0.06 216.64 0.82 0.65
Hex 5A 94 EF 3E 26 0 6 D9 52 41
Octal 132 224 357 76 46 0 6 331 122 101
Binary 1011010 10010100 11101111 111110 100110 0 110 11011001 1010010 1000001

Color Harmonies of #5A94EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A94EF

Black with #5A94EF

Text Example


Text Example

White with #5A94EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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