#5D7BE4

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

Shades of Cornflower Blue #5D7BE4

Tints of Cornflower Blue #5D7BE4

Color information

#5D7BE4 (or 0x5D7BE4) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 7B and E4. RGB value is (93,123,228). Sum of RGB (Red+Green+Blue) = 93+123+228=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 228 (89.45% from 255 or 51.35% from 444); Max value from RGB is 228 - color contains mainly: blue. Hex color #5D7BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7BE4 is #A2841B. Grayscale: #7D7D7D. Windows color (decimal): -10650652 or 14973789. OLE color: 14973789.

HSL color Cylindrical-coordinate representation of color #5D7BE4: hue angle of 226.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D7BE4 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB93123228-
CMYK0.590.4600.11
HSL226.67º71.43%62.94%-
HSV(B)226.67º59.21%89.41%-
XYZ25.622.0976.31-
YUV126185.56104.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.95%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 228 (89.45% from 255) = 51.35%
R=20.95%
G=27.70%
B=51.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal931232280.590.4600.11226.6771.4362.94
Hex5D7BE43B2E0Be3473f
Octal135173344735601334310777
Binary101110111110111110010011101110111001011111000111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,123,228); }

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

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

 a { background-color: rgb(93,123,228); }

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

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

 span { border-color: rgb(93,123,228); }

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