Html Css Color HEX #5A86FD Cornflower Blue

📋 copy color: '#5A86FD'

red 90 ◦ green 134 ◦ blue 253

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

Shades of Cornflower Blue #5A86FD

Tints of Cornflower Blue #5A86FD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.09%

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

R = 18.87%
G = 28.09%
B = 53.04%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A86FD (or 0x5A86FD) is known color: Cornflower Blue. HEX triplet: 5A, 86 and FD. RGB value is (90,134,253). Sum of RGB (Red+Green+Blue) = 90+134+253=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A86FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A86FD is #A57902. Grayscale: #858585. Windows color (decimal): -10844419 or 16615002. OLE color: 16615002.

HSL color Cylindrical-coordinate representation of color #5A86FD: hue angle of 223.8º 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 #5A86FD is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 134 253 -
CMYK 0.64 0.47 0 0.01
HSL 223.8º 0.98% 0.67% -
HSV(B) 223.8º 0.64% 0.99% -
XYZ 30.47 26.32 96.4 -
YUV 134.41 194.92 96.32 -
System Red Green Blue C M Y K H S L
Decimal 90 134 253 0.64 0.47 0 0.01 223.8 0.98 0.67
Hex 5A 86 FD 40 2F 0 1 E0 62 43
Octal 132 206 375 100 57 0 1 340 142 103
Binary 1011010 10000110 11111101 1000000 101111 0 1 11100000 1100010 1000011

Color Harmonies of #5A86FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A86FD

Black with #5A86FD

Text Example


Text Example

White with #5A86FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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