#4B84FD

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

Shades of Cornflower Blue #4B84FD

Tints of Cornflower Blue #4B84FD

Color information

#4B84FD (or 0x4B84FD) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 84 and FD. RGB value is (75,132,253). Sum of RGB (Red+Green+Blue) = 75+132+253=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B84FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B84FD is #B47B02. Grayscale: #808080. Windows color (decimal): -11827971 or 16614475. OLE color: 16614475.

HSL color Cylindrical-coordinate representation of color #4B84FD: hue angle of 220.79º 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 #4B84FD is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75132253-
CMYK0.700.4800.01
HSL220.79º97.8%64.31%-
HSV(B)220.79º70.36%99.22%-
XYZ28.8825.0996.25-
YUV128.75198.1289.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.30%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 253 (99.22% from 255) = 55%
R=16.30%
G=28.70%
B=55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal751322530.700.4800.01220.7997.864.31
Hex4B84FD463001dd6240
Octal1132043751066001335142100
Binary100101110000100111111011000110110000011101110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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