Html Css Color HEX #5192FC Cornflower Blue

📋 copy color: '#5192FC'

red 81 ◦ green 146 ◦ blue 252

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

Shades of Cornflower Blue #5192FC

Tints of Cornflower Blue #5192FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 16.91%
G = 30.48%
B = 52.61%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5192FC (or 0x5192FC) is known color: Cornflower Blue. HEX triplet: 51, 92 and FC. RGB value is (81,146,252). Sum of RGB (Red+Green+Blue) = 81+146+252=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #5192FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5192FC is #AE6D03. Grayscale: #8A8A8A. Windows color (decimal): -11431172 or 16552529. OLE color: 16552529.

HSL color Cylindrical-coordinate representation of color #5192FC: hue angle of 217.19º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5192FC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 146 252 -
CMYK 0.68 0.42 0 0.01
HSL 217.19º 0.97% 0.65% -
HSV(B) 217.19º 0.68% 0.99% -
XYZ 31.24 29.34 96.11 -
YUV 138.65 191.97 86.88 -
System Red Green Blue C M Y K H S L
Decimal 81 146 252 0.68 0.42 0 0.01 217.19 0.97 0.65
Hex 51 92 FC 44 2A 0 1 D9 61 41
Octal 121 222 374 104 52 0 1 331 141 101
Binary 1010001 10010010 11111100 1000100 101010 0 1 11011001 1100001 1000001

Color Harmonies of #5192FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5192FC

Black with #5192FC

Text Example


Text Example

White with #5192FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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