Html Css Color HEX #5A7CFA Cornflower Blue

📋 copy color: '#5A7CFA'

red 90 ◦ green 124 ◦ blue 250

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

Shades of Cornflower Blue #5A7CFA

Tints of Cornflower Blue #5A7CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.72%

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

R = 19.4%
G = 26.72%
B = 53.88%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A7CFA (or 0x5A7CFA) is known color: Cornflower Blue. HEX triplet: 5A, 7C and FA. RGB value is (90,124,250). Sum of RGB (Red+Green+Blue) = 90+124+250=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A7CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7CFA is #A58305. Grayscale: #7F7F7F. Windows color (decimal): -10846982 or 16415834. OLE color: 16415834.

HSL color Cylindrical-coordinate representation of color #5A7CFA: hue angle of 227.25º 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 #5A7CFA is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 124 250 -
CMYK 0.64 0.50 0 0.02
HSL 227.25º 0.94% 0.67% -
HSV(B) 227.25º 0.64% 0.98% -
XYZ 28.68 23.49 93.47 -
YUV 128.2 196.74 100.75 -
System Red Green Blue C M Y K H S L
Decimal 90 124 250 0.64 0.50 0 0.02 227.25 0.94 0.67
Hex 5A 7C FA 40 32 0 2 E3 5E 43
Octal 132 174 372 100 62 0 2 343 136 103
Binary 1011010 1111100 11111010 1000000 110010 0 10 11100011 1011110 1000011

Color Harmonies of #5A7CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7CFA

Black with #5A7CFA

Text Example


Text Example

White with #5A7CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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