#4B8FFD

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

Shades of Cornflower Blue #4B8FFD

Tints of Cornflower Blue #4B8FFD

Color information

#4B8FFD (or 0x4B8FFD) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 8F and FD. RGB value is (75,143,253). Sum of RGB (Red+Green+Blue) = 75+143+253=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B8FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8FFD is #B47002. Grayscale: #868686. Windows color (decimal): -11825155 or 16617291. OLE color: 16617291.

HSL color Cylindrical-coordinate representation of color #4B8FFD: hue angle of 217.08º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B8FFD is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75143253-
CMYK0.700.4300.01
HSL217.08º97.8%64.31%-
HSV(B)217.08º70.36%99.22%-
XYZ30.4528.2396.77-
YUV135.21194.4785.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.92%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 253 (99.22% from 255) = 53.72%
R=15.92%
G=30.36%
B=53.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal751432530.700.4300.01217.0897.864.31
Hex4B8FFD462B01d96240
Octal1132173751065301331142100
Binary100101110001111111111011000110101011011101100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,143,253); }

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

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

 a { background-color: rgb(75,143,253); }

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

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

 span { border-color: rgb(75,143,253); }

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