Html Css Color HEX #5185F6 Cornflower Blue

📋 copy color: '#5185F6'

red 81 ◦ green 133 ◦ blue 246

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

Shades of Cornflower Blue #5185F6

Tints of Cornflower Blue #5185F6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.91%

 BLUE value IS 246 (96.48% from 255) = 53.48%

R = 17.61%
G = 28.91%
B = 53.48%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5185F6 (or 0x5185F6) is known color: Cornflower Blue. HEX triplet: 51, 85 and F6. RGB value is (81,133,246). Sum of RGB (Red+Green+Blue) = 81+133+246=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #5185F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5185F6 is #AE7A09. Grayscale: #818181. Windows color (decimal): -11434506 or 16155985. OLE color: 16155985.

HSL color Cylindrical-coordinate representation of color #5185F6: hue angle of 221.09º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5185F6 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 133 246 -
CMYK 0.67 0.46 0 0.04
HSL 221.09º 0.9% 0.64% -
HSV(B) 221.09º 0.67% 0.96% -
XYZ 28.42 25.18 90.55 -
YUV 130.33 193.27 92.81 -
System Red Green Blue C M Y K H S L
Decimal 81 133 246 0.67 0.46 0 0.04 221.09 0.9 0.64
Hex 51 85 F6 43 2E 0 4 DD 5A 40
Octal 121 205 366 103 56 0 4 335 132 100
Binary 1010001 10000101 11110110 1000011 101110 0 100 11011101 1011010 1000000

Color Harmonies of #5185F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5185F6

Black with #5185F6

Text Example


Text Example

White with #5185F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5185F6; }

 p { color: rgb(81,133,246); }

 H1.HeaderClassName
 {
   color: #5185F6;
 }
 .AnyTagClassName
 {
   color: #5185F6;
 }
</style>

background-color css

<style>
 a { background-color: #5185F6; }

 a { background-color: rgb(81,133,246); }

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

border-color css

<style>
 span { border-color: #5185F6; }

 span { border-color: rgb(81,133,246); }

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