Html Css Color HEX #5190EF Cornflower Blue

📋 copy color: '#5190EF'

red 81 ◦ green 144 ◦ blue 239

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

Shades of Cornflower Blue #5190EF

Tints of Cornflower Blue #5190EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 17.46%
G = 31.03%
B = 51.51%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5190EF (or 0x5190EF) is known color: Cornflower Blue. HEX triplet: 51, 90 and EF. RGB value is (81,144,239). Sum of RGB (Red+Green+Blue) = 81+144+239=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #5190EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5190EF is #AE6F10. Grayscale: #878787. Windows color (decimal): -11431697 or 15700049. OLE color: 15700049.

HSL color Cylindrical-coordinate representation of color #5190EF: hue angle of 216.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5190EF is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 144 239 -
CMYK 0.66 0.40 0 0.06
HSL 216.08º 0.83% 0.63% -
HSV(B) 216.08º 0.66% 0.94% -
XYZ 28.95 27.93 85.53 -
YUV 135.99 186.13 88.78 -
System Red Green Blue C M Y K H S L
Decimal 81 144 239 0.66 0.40 0 0.06 216.08 0.83 0.63
Hex 51 90 EF 42 28 0 6 D8 53 3F
Octal 121 220 357 102 50 0 6 330 123 77
Binary 1010001 10010000 11101111 1000010 101000 0 110 11011000 1010011 111111

Color Harmonies of #5190EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190EF

Black with #5190EF

Text Example


Text Example

White with #5190EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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