Html Css Color HEX #5184FC Cornflower Blue

📋 copy color: '#5184FC'

red 81 ◦ green 132 ◦ blue 252

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

Shades of Cornflower Blue #5184FC

Tints of Cornflower Blue #5184FC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

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

R = 17.42%
G = 28.39%
B = 54.19%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5184FC (or 0x5184FC) is known color: Cornflower Blue. HEX triplet: 51, 84 and FC. RGB value is (81,132,252). Sum of RGB (Red+Green+Blue) = 81+132+252=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #5184FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184FC is #AE7B03. Grayscale: #818181. Windows color (decimal): -11434756 or 16548945. OLE color: 16548945.

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

Color convert

RGB 81 132 252 -
CMYK 0.68 0.48 0 0.01
HSL 222.11º 0.97% 0.65% -
HSV(B) 222.11º 0.68% 0.99% -
XYZ 29.22 25.28 95.44 -
YUV 130.43 196.6 92.74 -
System Red Green Blue C M Y K H S L
Decimal 81 132 252 0.68 0.48 0 0.01 222.11 0.97 0.65
Hex 51 84 FC 44 30 0 1 DE 61 41
Octal 121 204 374 104 60 0 1 336 141 101
Binary 1010001 10000100 11111100 1000100 110000 0 1 11011110 1100001 1000001

Color Harmonies of #5184FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5184FC

Black with #5184FC

Text Example


Text Example

White with #5184FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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