Html Css Color HEX #5186FB Cornflower Blue

📋 copy color: '#5186FB'

red 81 ◦ green 134 ◦ blue 251

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

Shades of Cornflower Blue #5186FB

Tints of Cornflower Blue #5186FB

RGB

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

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

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

R = 17.38%
G = 28.76%
B = 53.86%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5186FB (or 0x5186FB) is known color: Cornflower Blue. HEX triplet: 51, 86 and FB. RGB value is (81,134,251). Sum of RGB (Red+Green+Blue) = 81+134+251=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #5186FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5186FB is #AE7904. Grayscale: #828282. Windows color (decimal): -11434245 or 16483921. OLE color: 16483921.

HSL color Cylindrical-coordinate representation of color #5186FB: hue angle of 221.29º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5186FB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 134 251 -
CMYK 0.68 0.47 0 0.02
HSL 221.29º 0.96% 0.65% -
HSV(B) 221.29º 0.68% 0.98% -
XYZ 29.33 25.76 94.69 -
YUV 131.49 195.44 91.99 -
System Red Green Blue C M Y K H S L
Decimal 81 134 251 0.68 0.47 0 0.02 221.29 0.96 0.65
Hex 51 86 FB 44 2F 0 2 DD 60 41
Octal 121 206 373 104 57 0 2 335 140 101
Binary 1010001 10000110 11111011 1000100 101111 0 10 11011101 1100000 1000001

Color Harmonies of #5186FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5186FB

Black with #5186FB

Text Example


Text Example

White with #5186FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5186FB; }

 p { color: rgb(81,134,251); }

 H1.HeaderClassName
 {
   color: #5186FB;
 }
 .AnyTagClassName
 {
   color: #5186FB;
 }
</style>

background-color css

<style>
 a { background-color: #5186FB; }

 a { background-color: rgb(81,134,251); }

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

border-color css

<style>
 span { border-color: #5186FB; }

 span { border-color: rgb(81,134,251); }

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