Html Css Color HEX #5A7FFF Cornflower Blue

📋 copy color: '#5A7FFF'

red 90 ◦ green 127 ◦ blue 255

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

Shades of Cornflower Blue #5A7FFF

Tints of Cornflower Blue #5A7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 26.91%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 19.07%
G = 26.91%
B = 54.03%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5A7FFF (or 0x5A7FFF) is known color: Cornflower Blue. HEX triplet: 5A, 7F and FF. RGB value is (90,127,255). Sum of RGB (Red+Green+Blue) = 90+127+255=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A7FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7FFF is #A58000. Grayscale: #818181. Windows color (decimal): -10846209 or 16744282. OLE color: 16744282.

HSL color Cylindrical-coordinate representation of color #5A7FFF: hue angle of 226.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A7FFF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 127 255 -
CMYK 0.65 0.50 0 0
HSL 226.55º 1% 0.68% -
HSV(B) 226.55º 0.65% 1% -
XYZ 29.86 24.57 97.78 -
YUV 130.53 198.24 99.09 -
System Red Green Blue C M Y K H S L
Decimal 90 127 255 0.65 0.50 0 0 226.55 1 0.68
Hex 5A 7F FF 41 32 0 0 E3 64 44
Octal 132 177 377 101 62 0 0 343 144 104
Binary 1011010 1111111 11111111 1000001 110010 0 0 11100011 1100100 1000100

Color Harmonies of #5A7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7FFF

Black with #5A7FFF

Text Example


Text Example

White with #5A7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,127,255); }

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

background-color css

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

 a { background-color: rgb(90,127,255); }

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

border-color css

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

 span { border-color: rgb(90,127,255); }

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