Html Css Color HEX #5187FE Cornflower Blue

📋 copy color: '#5187FE'

red 81 ◦ green 135 ◦ blue 254

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

Shades of Cornflower Blue #5187FE

Tints of Cornflower Blue #5187FE

RGB

 RED value IS 81 (32.03% from 255) = 17.23%

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

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

R = 17.23%
G = 28.72%
B = 54.04%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5187FE (or 0x5187FE) is known color: Cornflower Blue. HEX triplet: 51, 87 and FE. RGB value is (81,135,254). Sum of RGB (Red+Green+Blue) = 81+135+254=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #5187FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5187FE is #AE7801. Grayscale: #838383. Windows color (decimal): -11433986 or 16680785. OLE color: 16680785.

HSL color Cylindrical-coordinate representation of color #5187FE: hue angle of 221.27º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5187FE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 135 254 -
CMYK 0.68 0.47 0 0.00
HSL 221.27º 0.99% 0.66% -
HSV(B) 221.27º 0.68% 1% -
XYZ 29.95 26.23 97.25 -
YUV 132.42 196.61 91.32 -
System Red Green Blue C M Y K H S L
Decimal 81 135 254 0.68 0.47 0 0.00 221.27 0.99 0.66
Hex 51 87 FE 44 2F 0 0 DD 63 42
Octal 121 207 376 104 57 0 0 335 143 102
Binary 1010001 10000111 11111110 1000100 101111 0 0 11011101 1100011 1000010

Color Harmonies of #5187FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5187FE

Black with #5187FE

Text Example


Text Example

White with #5187FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5187FE; }

 p { color: rgb(81,135,254); }

 H1.HeaderClassName
 {
   color: #5187FE;
 }
 .AnyTagClassName
 {
   color: #5187FE;
 }
</style>

background-color css

<style>
 a { background-color: #5187FE; }

 a { background-color: rgb(81,135,254); }

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

border-color css

<style>
 span { border-color: #5187FE; }

 span { border-color: rgb(81,135,254); }

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