Html Css Color HEX #5184FA Cornflower Blue

📋 copy color: '#5184FA'

red 81 ◦ green 132 ◦ blue 250

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

Shades of Cornflower Blue #5184FA

Tints of Cornflower Blue #5184FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 17.49%
G = 28.51%
B = 54%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5184FA (or 0x5184FA) is known color: Cornflower Blue. HEX triplet: 51, 84 and FA. RGB value is (81,132,250). Sum of RGB (Red+Green+Blue) = 81+132+250=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #5184FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184FA is #AE7B05. Grayscale: #818181. Windows color (decimal): -11434758 or 16417873. OLE color: 16417873.

HSL color Cylindrical-coordinate representation of color #5184FA: hue angle of 221.89º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5184FA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 132 250 -
CMYK 0.68 0.47 0 0.02
HSL 221.89º 0.94% 0.65% -
HSV(B) 221.89º 0.68% 0.98% -
XYZ 28.9 25.15 93.77 -
YUV 130.2 195.6 92.91 -
System Red Green Blue C M Y K H S L
Decimal 81 132 250 0.68 0.47 0 0.02 221.89 0.94 0.65
Hex 51 84 FA 44 2F 0 2 DE 5E 41
Octal 121 204 372 104 57 0 2 336 136 101
Binary 1010001 10000100 11111010 1000100 101111 0 10 11011110 1011110 1000001

Color Harmonies of #5184FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5184FA

Black with #5184FA

Text Example


Text Example

White with #5184FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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