Html Css Color HEX #5A8EFF Cornflower Blue

📋 copy color: '#5A8EFF'

red 90 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #5A8EFF

Tints of Cornflower Blue #5A8EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.16%

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

R = 18.48%
G = 29.16%
B = 52.36%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5A8EFF (or 0x5A8EFF) is known color: Cornflower Blue. HEX triplet: 5A, 8E and FF. RGB value is (90,142,255). Sum of RGB (Red+Green+Blue) = 90+142+255=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8EFF is #A57100. Grayscale: #8A8A8A. Windows color (decimal): -10842369 or 16748122. OLE color: 16748122.

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

Color convert

RGB 90 142 255 -
CMYK 0.65 0.44 0 0
HSL 221.09º 1% 0.68% -
HSV(B) 221.09º 0.65% 1% -
XYZ 31.94 28.74 98.47 -
YUV 139.33 193.27 92.81 -
System Red Green Blue C M Y K H S L
Decimal 90 142 255 0.65 0.44 0 0 221.09 1 0.68
Hex 5A 8E FF 41 2C 0 0 DD 64 44
Octal 132 216 377 101 54 0 0 335 144 104
Binary 1011010 10001110 11111111 1000001 101100 0 0 11011101 1100100 1000100

Color Harmonies of #5A8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8EFF

Black with #5A8EFF

Text Example


Text Example

White with #5A8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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