Html Css Color HEX #5192FF Cornflower Blue

📋 copy color: '#5192FF'

red 81 ◦ green 146 ◦ blue 255

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

Shades of Cornflower Blue #5192FF

Tints of Cornflower Blue #5192FF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 16.8%
G = 30.29%
B = 52.9%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5192FF (or 0x5192FF) is known color: Cornflower Blue. HEX triplet: 51, 92 and FF. RGB value is (81,146,255). Sum of RGB (Red+Green+Blue) = 81+146+255=482 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.80% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #5192FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5192FF is #AE6D00. Grayscale: #8A8A8A. Windows color (decimal): -11431169 or 16749137. OLE color: 16749137.

HSL color Cylindrical-coordinate representation of color #5192FF: hue angle of 217.59º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5192FF is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 146 255 -
CMYK 0.68 0.43 0 0
HSL 217.59º 1% 0.66% -
HSV(B) 217.59º 0.68% 1% -
XYZ 31.72 29.53 98.64 -
YUV 138.99 193.47 86.64 -
System Red Green Blue C M Y K H S L
Decimal 81 146 255 0.68 0.43 0 0 217.59 1 0.66
Hex 51 92 FF 44 2B 0 0 DA 64 42
Octal 121 222 377 104 53 0 0 332 144 102
Binary 1010001 10010010 11111111 1000100 101011 0 0 11011010 1100100 1000010

Color Harmonies of #5192FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5192FF

Black with #5192FF

Text Example


Text Example

White with #5192FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5192FF; }

 p { color: rgb(81,146,255); }

 H1.HeaderClassName
 {
   color: #5192FF;
 }
 .AnyTagClassName
 {
   color: #5192FF;
 }
</style>

background-color css

<style>
 a { background-color: #5192FF; }

 a { background-color: rgb(81,146,255); }

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

border-color css

<style>
 span { border-color: #5192FF; }

 span { border-color: rgb(81,146,255); }

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