Html Css Color HEX #5095EE Cornflower Blue

📋 copy color: '#5095EE'

red 80 ◦ green 149 ◦ blue 238

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

Shades of Cornflower Blue #5095EE

Tints of Cornflower Blue #5095EE

RGB

 RED value IS 80 (31.64% from 255) = 17.13%

 GREEN value IS 149 (58.59% from 255) = 31.91%

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 17.13%
G = 31.91%
B = 50.96%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5095EE (or 0x5095EE) is known color: Cornflower Blue. HEX triplet: 50, 95 and EE. RGB value is (80,149,238). Sum of RGB (Red+Green+Blue) = 80+149+238=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #5095EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5095EE is #AF6A11. Grayscale: #8A8A8A. Windows color (decimal): -11495954 or 15635792. OLE color: 15635792.

HSL color Cylindrical-coordinate representation of color #5095EE: hue angle of 213.8º degrees, saturation: 0.82, 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 #5095EE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 149 238 -
CMYK 0.66 0.37 0 0.07
HSL 213.8º 0.82% 0.62% -
HSV(B) 213.8º 0.66% 0.93% -
XYZ 29.49 29.37 85 -
YUV 138.52 184.14 86.26 -
System Red Green Blue C M Y K H S L
Decimal 80 149 238 0.66 0.37 0 0.07 213.8 0.82 0.62
Hex 50 95 EE 42 25 0 7 D6 52 3E
Octal 120 225 356 102 45 0 7 326 122 76
Binary 1010000 10010101 11101110 1000010 100101 0 111 11010110 1010010 111110

Color Harmonies of #5095EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5095EE

Black with #5095EE

Text Example


Text Example

White with #5095EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5095EE; }

 p { color: rgb(80,149,238); }

 H1.HeaderClassName
 {
   color: #5095EE;
 }
 .AnyTagClassName
 {
   color: #5095EE;
 }
</style>

background-color css

<style>
 a { background-color: #5095EE; }

 a { background-color: rgb(80,149,238); }

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

border-color css

<style>
 span { border-color: #5095EE; }

 span { border-color: rgb(80,149,238); }

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