Html Css Color HEX #5A7AFF Cornflower Blue

📋 copy color: '#5A7AFF'

red 90 ◦ green 122 ◦ blue 255

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

Shades of Cornflower Blue #5A7AFF

Tints of Cornflower Blue #5A7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

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

R = 19.27%
G = 26.12%
B = 54.6%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5A7AFF (or 0x5A7AFF) is known color: Cornflower Blue. HEX triplet: 5A, 7A and FF. RGB value is (90,122,255). Sum of RGB (Red+Green+Blue) = 90+122+255=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A7AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7AFF is #A58500. Grayscale: #7F7F7F. Windows color (decimal): -10847489 or 16743002. OLE color: 16743002.

HSL color Cylindrical-coordinate representation of color #5A7AFF: hue angle of 228.36º 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 #5A7AFF is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 122 255 -
CMYK 0.65 0.52 0 0
HSL 228.36º 1% 0.68% -
HSV(B) 228.36º 0.65% 1% -
XYZ 29.23 23.31 97.57 -
YUV 127.59 199.9 101.19 -
System Red Green Blue C M Y K H S L
Decimal 90 122 255 0.65 0.52 0 0 228.36 1 0.68
Hex 5A 7A FF 41 34 0 0 E4 64 44
Octal 132 172 377 101 64 0 0 344 144 104
Binary 1011010 1111010 11111111 1000001 110100 0 0 11100100 1100100 1000100

Color Harmonies of #5A7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7AFF

Black with #5A7AFF

Text Example


Text Example

White with #5A7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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