Html Css Color HEX #5A8CFE Cornflower Blue

📋 copy color: '#5A8CFE'

red 90 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #5A8CFE

Tints of Cornflower Blue #5A8CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 18.6%
G = 28.93%
B = 52.48%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5A8CFE (or 0x5A8CFE) is known color: Cornflower Blue. HEX triplet: 5A, 8C and FE. RGB value is (90,140,254). Sum of RGB (Red+Green+Blue) = 90+140+254=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A8CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8CFE is #A57301. Grayscale: #898989. Windows color (decimal): -10842882 or 16682074. OLE color: 16682074.

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

Color convert

RGB 90 140 254 -
CMYK 0.65 0.45 0 0.00
HSL 221.71º 0.99% 0.67% -
HSV(B) 221.71º 0.65% 1% -
XYZ 31.48 28.09 97.53 -
YUV 138.05 193.44 93.73 -
System Red Green Blue C M Y K H S L
Decimal 90 140 254 0.65 0.45 0 0.00 221.71 0.99 0.67
Hex 5A 8C FE 41 2D 0 0 DE 63 43
Octal 132 214 376 101 55 0 0 336 143 103
Binary 1011010 10001100 11111110 1000001 101101 0 0 11011110 1100011 1000011

Color Harmonies of #5A8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8CFE

Black with #5A8CFE

Text Example


Text Example

White with #5A8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,140,254); }

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

background-color css

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

 a { background-color: rgb(90,140,254); }

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

border-color css

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

 span { border-color: rgb(90,140,254); }

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