#2A84FD

Color #2A84FD Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2A84FD

Tints of Dodger Blue #2A84FD

Color information

#2A84FD (or 0x2A84FD) is unknown color: approx Dodger Blue. HEX triplet: 2A, 84 and FD. RGB value is (42,132,253). Sum of RGB (Red+Green+Blue) = 42+132+253=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A84FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A84FD is #D57B02. Grayscale: #767676. Windows color (decimal): -13990659 or 16614442. OLE color: 16614442.

HSL color Cylindrical-coordinate representation of color #2A84FD: hue angle of 214.41º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A84FD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB42132253-
CMYK0.830.4800.01
HSL214.41º98.14%57.84%-
HSV(B)214.41º83.4%99.22%-
XYZ26.9424.0996.16-
YUV118.88203.6873.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.84%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 253 (99.22% from 255) = 59.25%
R=9.84%
G=30.91%
B=59.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal421322530.830.4800.01214.4198.1457.84
Hex2A84FD533001d6623a
Octal52204375123600132614272
Binary1010101000010011111101101001111000001110101101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A84FD; }

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

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

<style>
 a { background-color: #2A84FD; }

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

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

<style>
 span { border-color: #2A84FD; }

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

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