#4B8DF5

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

Shades of Cornflower Blue #4B8DF5

Tints of Cornflower Blue #4B8DF5

Color information

#4B8DF5 (or 0x4B8DF5) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 8D and F5. RGB value is (75,141,245). Sum of RGB (Red+Green+Blue) = 75+141+245=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 245 (96.09% from 255 or 53.15% from 461); Max value from RGB is 245 - color contains mainly: blue. Hex color #4B8DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8DF5 is #B4720A. Grayscale: #848484. Windows color (decimal): -11825675 or 16092491. OLE color: 16092491.

HSL color Cylindrical-coordinate representation of color #4B8DF5: hue angle of 216.71º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B8DF5 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB75141245-
CMYK0.690.4200.04
HSL216.71º89.47%62.75%-
HSV(B)216.71º69.39%96.08%-
XYZ28.9127.1490.1-
YUV133.12191.1386.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.27%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 245 (96.09% from 255) = 53.15%
R=16.27%
G=30.59%
B=53.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal751412450.690.4200.04216.7189.4762.75
Hex4B8DF5452A04d9593f
Octal113215365105520433113177
Binary1001011100011011111010110001011010100100110110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B8DF5; }

 p { color: rgb(75,141,245); }

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

<style>
 a { background-color: #4B8DF5; }

 a { background-color: rgb(75,141,245); }

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

<style>
 span { border-color: #4B8DF5; }

 span { border-color: rgb(75,141,245); }

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