Html Css Color HEX #5187DE Cornflower Blue

📋 copy color: '#5187DE'

red 81 ◦ green 135 ◦ blue 222

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

Shades of Cornflower Blue #5187DE

Tints of Cornflower Blue #5187DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 18.49%
G = 30.82%
B = 50.68%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5187DE (or 0x5187DE) is known color: Cornflower Blue. HEX triplet: 51, 87 and DE. RGB value is (81,135,222). Sum of RGB (Red+Green+Blue) = 81+135+222=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #5187DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5187DE is #AE7821. Grayscale: #808080. Windows color (decimal): -11434018 or 14583633. OLE color: 14583633.

HSL color Cylindrical-coordinate representation of color #5187DE: hue angle of 217.02º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5187DE is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 135 222 -
CMYK 0.64 0.39 0 0.13
HSL 217.02º 0.68% 0.59% -
HSV(B) 217.02º 0.64% 0.87% -
XYZ 25.24 24.35 72.48 -
YUV 128.77 180.61 93.93 -
System Red Green Blue C M Y K H S L
Decimal 81 135 222 0.64 0.39 0 0.13 217.02 0.68 0.59
Hex 51 87 DE 40 27 0 D D9 44 3B
Octal 121 207 336 100 47 0 15 331 104 73
Binary 1010001 10000111 11011110 1000000 100111 0 1101 11011001 1000100 111011

Color Harmonies of #5187DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5187DE

Black with #5187DE

Text Example


Text Example

White with #5187DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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