Html Css Color HEX #5190FC Cornflower Blue

📋 copy color: '#5190FC'

red 81 ◦ green 144 ◦ blue 252

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

Shades of Cornflower Blue #5190FC

Tints of Cornflower Blue #5190FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.19%

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

R = 16.98%
G = 30.19%
B = 52.83%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5190FC (or 0x5190FC) is known color: Cornflower Blue. HEX triplet: 51, 90 and FC. RGB value is (81,144,252). Sum of RGB (Red+Green+Blue) = 81+144+252=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #5190FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5190FC is #AE6F03. Grayscale: #888888. Windows color (decimal): -11431684 or 16552017. OLE color: 16552017.

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

Color convert

RGB 81 144 252 -
CMYK 0.68 0.43 0 0.01
HSL 217.89º 0.97% 0.65% -
HSV(B) 217.89º 0.68% 0.99% -
XYZ 30.94 28.72 96.01 -
YUV 137.48 192.63 87.72 -
System Red Green Blue C M Y K H S L
Decimal 81 144 252 0.68 0.43 0 0.01 217.89 0.97 0.65
Hex 51 90 FC 44 2B 0 1 DA 61 41
Octal 121 220 374 104 53 0 1 332 141 101
Binary 1010001 10010000 11111100 1000100 101011 0 1 11011010 1100001 1000001

Color Harmonies of #5190FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190FC

Black with #5190FC

Text Example


Text Example

White with #5190FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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