Html Css Color HEX #5A8DFD Cornflower Blue

📋 copy color: '#5A8DFD'

red 90 ◦ green 141 ◦ blue 253

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

Shades of Cornflower Blue #5A8DFD

Tints of Cornflower Blue #5A8DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 18.6%
G = 29.13%
B = 52.27%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A8DFD (or 0x5A8DFD) is known color: Cornflower Blue. HEX triplet: 5A, 8D and FD. RGB value is (90,141,253). Sum of RGB (Red+Green+Blue) = 90+141+253=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A8DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8DFD is #A57202. Grayscale: #8A8A8A. Windows color (decimal): -10842627 or 16616794. OLE color: 16616794.

HSL color Cylindrical-coordinate representation of color #5A8DFD: hue angle of 221.23º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A8DFD is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 141 253 -
CMYK 0.64 0.44 0 0.01
HSL 221.23º 0.98% 0.67% -
HSV(B) 221.23º 0.64% 0.99% -
XYZ 31.47 28.32 96.74 -
YUV 138.52 192.6 93.39 -
System Red Green Blue C M Y K H S L
Decimal 90 141 253 0.64 0.44 0 0.01 221.23 0.98 0.67
Hex 5A 8D FD 40 2C 0 1 DD 62 43
Octal 132 215 375 100 54 0 1 335 142 103
Binary 1011010 10001101 11111101 1000000 101100 0 1 11011101 1100010 1000011

Color Harmonies of #5A8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8DFD

Black with #5A8DFD

Text Example


Text Example

White with #5A8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,141,253); }

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

background-color css

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

 a { background-color: rgb(90,141,253); }

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

border-color css

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

 span { border-color: rgb(90,141,253); }

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