Html Css Color HEX #5A7DFF Cornflower Blue

📋 copy color: '#5A7DFF'

red 90 ◦ green 125 ◦ blue 255

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

Shades of Cornflower Blue #5A7DFF

Tints of Cornflower Blue #5A7DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.6%

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

R = 19.15%
G = 26.6%
B = 54.26%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5A7DFF (or 0x5A7DFF) is known color: Cornflower Blue. HEX triplet: 5A, 7D and FF. RGB value is (90,125,255). Sum of RGB (Red+Green+Blue) = 90+125+255=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A7DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7DFF is #A58200. Grayscale: #808080. Windows color (decimal): -10846721 or 16743770. OLE color: 16743770.

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

Color convert

RGB 90 125 255 -
CMYK 0.65 0.51 0 0
HSL 227.27º 1% 0.68% -
HSV(B) 227.27º 0.65% 1% -
XYZ 29.6 24.06 97.69 -
YUV 129.36 198.9 99.93 -
System Red Green Blue C M Y K H S L
Decimal 90 125 255 0.65 0.51 0 0 227.27 1 0.68
Hex 5A 7D FF 41 33 0 0 E3 64 44
Octal 132 175 377 101 63 0 0 343 144 104
Binary 1011010 1111101 11111111 1000001 110011 0 0 11100011 1100100 1000100

Color Harmonies of #5A7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7DFF

Black with #5A7DFF

Text Example


Text Example

White with #5A7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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