Html Css Color HEX #5A87FB Cornflower Blue

📋 copy color: '#5A87FB'

red 90 ◦ green 135 ◦ blue 251

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

Shades of Cornflower Blue #5A87FB

Tints of Cornflower Blue #5A87FB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 18.91%
G = 28.36%
B = 52.73%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A87FB (or 0x5A87FB) is known color: Cornflower Blue. HEX triplet: 5A, 87 and FB. RGB value is (90,135,251). Sum of RGB (Red+Green+Blue) = 90+135+251=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A87FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A87FB is #A57804. Grayscale: #868686. Windows color (decimal): -10844165 or 16484186. OLE color: 16484186.

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

Color convert

RGB 90 135 251 -
CMYK 0.64 0.46 0 0.02
HSL 223.23º 0.95% 0.67% -
HSV(B) 223.23º 0.64% 0.98% -
XYZ 30.29 26.47 94.78 -
YUV 134.77 193.59 96.07 -
System Red Green Blue C M Y K H S L
Decimal 90 135 251 0.64 0.46 0 0.02 223.23 0.95 0.67
Hex 5A 87 FB 40 2E 0 2 DF 5F 43
Octal 132 207 373 100 56 0 2 337 137 103
Binary 1011010 10000111 11111011 1000000 101110 0 10 11011111 1011111 1000011

Color Harmonies of #5A87FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A87FB

Black with #5A87FB

Text Example


Text Example

White with #5A87FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,135,251); }

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

background-color css

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

 a { background-color: rgb(90,135,251); }

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

border-color css

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

 span { border-color: rgb(90,135,251); }

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