Html Css Color HEX #5A8AFE Cornflower Blue

📋 copy color: '#5A8AFE'

red 90 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #5A8AFE

Tints of Cornflower Blue #5A8AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 18.67%
G = 28.63%
B = 52.7%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5A8AFE (or 0x5A8AFE) is known color: Cornflower Blue. HEX triplet: 5A, 8A and FE. RGB value is (90,138,254). Sum of RGB (Red+Green+Blue) = 90+138+254=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A8AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8AFE is #A57501. Grayscale: #888888. Windows color (decimal): -10843394 or 16681562. OLE color: 16681562.

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

Color convert

RGB 90 138 254 -
CMYK 0.65 0.46 0 0.00
HSL 222.44º 0.99% 0.67% -
HSV(B) 222.44º 0.65% 1% -
XYZ 31.19 27.51 97.43 -
YUV 136.87 194.1 94.57 -
System Red Green Blue C M Y K H S L
Decimal 90 138 254 0.65 0.46 0 0.00 222.44 0.99 0.67
Hex 5A 8A FE 41 2E 0 0 DE 63 43
Octal 132 212 376 101 56 0 0 336 143 103
Binary 1011010 10001010 11111110 1000001 101110 0 0 11011110 1100011 1000011

Color Harmonies of #5A8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8AFE

Black with #5A8AFE

Text Example


Text Example

White with #5A8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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