Html Css Color HEX #5185FE Cornflower Blue

📋 copy color: '#5185FE'

red 81 ◦ green 133 ◦ blue 254

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

Shades of Cornflower Blue #5185FE

Tints of Cornflower Blue #5185FE

RGB

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

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

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

R = 17.31%
G = 28.42%
B = 54.27%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5185FE (or 0x5185FE) is known color: Cornflower Blue. HEX triplet: 51, 85 and FE. RGB value is (81,133,254). Sum of RGB (Red+Green+Blue) = 81+133+254=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #5185FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5185FE is #AE7A01. Grayscale: #828282. Windows color (decimal): -11434498 or 16680273. OLE color: 16680273.

HSL color Cylindrical-coordinate representation of color #5185FE: hue angle of 221.97º 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 #5185FE is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 133 254 -
CMYK 0.68 0.48 0 0.00
HSL 221.97º 0.99% 0.66% -
HSV(B) 221.97º 0.68% 1% -
XYZ 29.67 25.68 97.16 -
YUV 131.25 197.27 92.16 -
System Red Green Blue C M Y K H S L
Decimal 81 133 254 0.68 0.48 0 0.00 221.97 0.99 0.66
Hex 51 85 FE 44 30 0 0 DE 63 42
Octal 121 205 376 104 60 0 0 336 143 102
Binary 1010001 10000101 11111110 1000100 110000 0 0 11011110 1100011 1000010

Color Harmonies of #5185FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5185FE

Black with #5185FE

Text Example


Text Example

White with #5185FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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