Html Css Color HEX #5190FD Cornflower Blue

📋 copy color: '#5190FD'

red 81 ◦ green 144 ◦ blue 253

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

Shades of Cornflower Blue #5190FD

Tints of Cornflower Blue #5190FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 16.95%
G = 30.13%
B = 52.93%

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

#5190FD (or 0x5190FD) is known color: Cornflower Blue. HEX triplet: 51, 90 and FD. RGB value is (81,144,253). Sum of RGB (Red+Green+Blue) = 81+144+253=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #5190FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5190FD is #AE6F02. Grayscale: #898989. Windows color (decimal): -11431683 or 16617553. OLE color: 16617553.

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

Color convert

RGB 81 144 253 -
CMYK 0.68 0.43 0 0.01
HSL 218.02º 0.98% 0.65% -
HSV(B) 218.02º 0.68% 0.99% -
XYZ 31.1 28.79 96.85 -
YUV 137.59 193.13 87.64 -
System Red Green Blue C M Y K H S L
Decimal 81 144 253 0.68 0.43 0 0.01 218.02 0.98 0.65
Hex 51 90 FD 44 2B 0 1 DA 62 41
Octal 121 220 375 104 53 0 1 332 142 101
Binary 1010001 10010000 11111101 1000100 101011 0 1 11011010 1100010 1000001

Color Harmonies of #5190FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190FD

Black with #5190FD

Text Example


Text Example

White with #5190FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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