Html Css Color HEX #5A9DFA Cornflower Blue

📋 copy color: '#5A9DFA'

red 90 ◦ green 157 ◦ blue 250

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

Shades of Cornflower Blue #5A9DFA

Tints of Cornflower Blue #5A9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 18.11%
G = 31.59%
B = 50.3%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A9DFA (or 0x5A9DFA) is known color: Cornflower Blue. HEX triplet: 5A, 9D and FA. RGB value is (90,157,250). Sum of RGB (Red+Green+Blue) = 90+157+250=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A9DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9DFA is #A56205. Grayscale: #939393. Windows color (decimal): -10838534 or 16424282. OLE color: 16424282.

HSL color Cylindrical-coordinate representation of color #5A9DFA: hue angle of 214.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A9DFA is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 157 250 -
CMYK 0.64 0.37 0 0.02
HSL 214.88º 0.94% 0.67% -
HSV(B) 214.88º 0.64% 0.98% -
XYZ 33.53 33.19 95.08 -
YUV 147.57 185.8 86.94 -
System Red Green Blue C M Y K H S L
Decimal 90 157 250 0.64 0.37 0 0.02 214.88 0.94 0.67
Hex 5A 9D FA 40 25 0 2 D7 5E 43
Octal 132 235 372 100 45 0 2 327 136 103
Binary 1011010 10011101 11111010 1000000 100101 0 10 11010111 1011110 1000011

Color Harmonies of #5A9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9DFA

Black with #5A9DFA

Text Example


Text Example

White with #5A9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,157,250); }

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

background-color css

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

 a { background-color: rgb(90,157,250); }

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

border-color css

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

 span { border-color: rgb(90,157,250); }

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