Html Css Color HEX #5190ED Cornflower Blue

📋 copy color: '#5190ED'

red 81 ◦ green 144 ◦ blue 237

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

Shades of Cornflower Blue #5190ED

Tints of Cornflower Blue #5190ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 17.53%
G = 31.17%
B = 51.3%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5190ED (or 0x5190ED) is known color: Cornflower Blue. HEX triplet: 51, 90 and ED. RGB value is (81,144,237). Sum of RGB (Red+Green+Blue) = 81+144+237=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #5190ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5190ED is #AE6F12. Grayscale: #878787. Windows color (decimal): -11431699 or 15568977. OLE color: 15568977.

HSL color Cylindrical-coordinate representation of color #5190ED: hue angle of 215.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5190ED is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 144 237 -
CMYK 0.66 0.39 0 0.07
HSL 215.77º 0.81% 0.62% -
HSV(B) 215.77º 0.66% 0.93% -
XYZ 28.65 27.81 83.98 -
YUV 135.77 185.13 88.94 -
System Red Green Blue C M Y K H S L
Decimal 81 144 237 0.66 0.39 0 0.07 215.77 0.81 0.62
Hex 51 90 ED 42 27 0 7 D8 51 3E
Octal 121 220 355 102 47 0 7 330 121 76
Binary 1010001 10010000 11101101 1000010 100111 0 111 11011000 1010001 111110

Color Harmonies of #5190ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190ED

Black with #5190ED

Text Example


Text Example

White with #5190ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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