Html Css Color HEX #5A8BFF Cornflower Blue

📋 copy color: '#5A8BFF'

red 90 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #5A8BFF

Tints of Cornflower Blue #5A8BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

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

R = 18.6%
G = 28.72%
B = 52.69%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5A8BFF (or 0x5A8BFF) is known color: Cornflower Blue. HEX triplet: 5A, 8B and FF. RGB value is (90,139,255). Sum of RGB (Red+Green+Blue) = 90+139+255=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A8BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8BFF is #A57400. Grayscale: #898989. Windows color (decimal): -10843137 or 16747354. OLE color: 16747354.

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

Color convert

RGB 90 139 255 -
CMYK 0.65 0.45 0 0
HSL 222.18º 1% 0.68% -
HSV(B) 222.18º 0.65% 1% -
XYZ 31.5 27.86 98.32 -
YUV 137.57 194.27 94.07 -
System Red Green Blue C M Y K H S L
Decimal 90 139 255 0.65 0.45 0 0 222.18 1 0.68
Hex 5A 8B FF 41 2D 0 0 DE 64 44
Octal 132 213 377 101 55 0 0 336 144 104
Binary 1011010 10001011 11111111 1000001 101101 0 0 11011110 1100100 1000100

Color Harmonies of #5A8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8BFF

Black with #5A8BFF

Text Example


Text Example

White with #5A8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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