Html Css Color HEX #5183FC Cornflower Blue

📋 copy color: '#5183FC'

red 81 ◦ green 131 ◦ blue 252

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

Shades of Cornflower Blue #5183FC

Tints of Cornflower Blue #5183FC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.23%

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

R = 17.46%
G = 28.23%
B = 54.31%

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

#5183FC (or 0x5183FC) is known color: Cornflower Blue. HEX triplet: 51, 83 and FC. RGB value is (81,131,252). Sum of RGB (Red+Green+Blue) = 81+131+252=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #5183FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5183FC is #AE7C03. Grayscale: #818181. Windows color (decimal): -11435012 or 16548689. OLE color: 16548689.

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

Color convert

RGB 81 131 252 -
CMYK 0.68 0.48 0 0.01
HSL 222.46º 0.97% 0.65% -
HSV(B) 222.46º 0.68% 0.99% -
XYZ 29.08 25.01 95.39 -
YUV 129.84 196.94 93.16 -
System Red Green Blue C M Y K H S L
Decimal 81 131 252 0.68 0.48 0 0.01 222.46 0.97 0.65
Hex 51 83 FC 44 30 0 1 DE 61 41
Octal 121 203 374 104 60 0 1 336 141 101
Binary 1010001 10000011 11111100 1000100 110000 0 1 11011110 1100001 1000001

Color Harmonies of #5183FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5183FC

Black with #5183FC

Text Example


Text Example

White with #5183FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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