#5d7fee

Color #5D7FEE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5D7FEE

Tints of Cornflower Blue #5D7FEE

Color information

#5D7FEE (or 0x5D7FEE) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 7F and EE. RGB value is (93,127,238). Sum of RGB (Red+Green+Blue) = 93+127+238=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D7FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D7FEE is #A28011. Grayscale: #818181. Windows color (decimal): -10649618 or 15630173. OLE color: 15630173.

HSL color Cylindrical-coordinate representation of color #5D7FEE: hue angle of 225.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D7FEE is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93127238-
CMYK0.610.4700.07
HSL225.93º81.01%64.9%-
HSV(B)225.93º60.92%93.33%-
XYZ27.5423.6884.01-
YUV129.49189.24101.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.31%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 238 (93.36% from 255) = 51.97%
R=20.31%
G=27.73%
B=51.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931272380.610.4700.07225.9381.0164.9
Hex5D7FEE3D2F07e25141
Octal135177356755707342121101
Binary101110111111111110111011110110111101111110001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d7fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5d7fee; }

 p { color: rgb(93,127,238); }

 H1.HeaderClassName
 {
   color: #5d7fee;
 }
 .AnyTagClassName
 {
   color: #5d7fee;
 }
</style>
background-color css

<style>
 a { background-color: #5d7fee; }

 a { background-color: rgb(93,127,238); }

 div.DivClassName
 {
   background-color: #5d7fee;
 }
 .BgClassName
 {
   background-color: #5d7fee;
 }
</style>
border-color css

<style>
 span { border-color: #5d7fee; }

 span { border-color: rgb(93,127,238); }

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