Html Css Color HEX #5186FA Cornflower Blue

📋 copy color: '#5186FA'

red 81 ◦ green 134 ◦ blue 250

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

Shades of Cornflower Blue #5186FA

Tints of Cornflower Blue #5186FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 17.42%
G = 28.82%
B = 53.76%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5186FA (or 0x5186FA) is known color: Cornflower Blue. HEX triplet: 51, 86 and FA. RGB value is (81,134,250). Sum of RGB (Red+Green+Blue) = 81+134+250=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #5186FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5186FA is #AE7905. Grayscale: #828282. Windows color (decimal): -11434246 or 16418385. OLE color: 16418385.

HSL color Cylindrical-coordinate representation of color #5186FA: hue angle of 221.18º degrees, saturation: 0.94, 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 #5186FA is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 134 250 -
CMYK 0.68 0.46 0 0.02
HSL 221.18º 0.94% 0.65% -
HSV(B) 221.18º 0.68% 0.98% -
XYZ 29.17 25.7 93.87 -
YUV 131.38 194.94 92.07 -
System Red Green Blue C M Y K H S L
Decimal 81 134 250 0.68 0.46 0 0.02 221.18 0.94 0.65
Hex 51 86 FA 44 2E 0 2 DD 5E 41
Octal 121 206 372 104 56 0 2 335 136 101
Binary 1010001 10000110 11111010 1000100 101110 0 10 11011101 1011110 1000001

Color Harmonies of #5186FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5186FA

Black with #5186FA

Text Example


Text Example

White with #5186FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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