Html Css Color HEX #2983EA Dodger Blue

📋 copy color: '#2983EA'

red 41 ◦ green 131 ◦ blue 234

#2983EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2983EA

Tints of Dodger Blue #2983EA

RGB

 RED value IS 41 (16.41% from 255) = 10.1%

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 10.1%
G = 32.27%
B = 57.64%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2983EA (or 0x2983EA) is known color: Dodger Blue. HEX triplet: 29, 83 and EA. RGB value is (41,131,234). Sum of RGB (Red+Green+Blue) = 41+131+234=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #2983EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2983EA is #D67C15. Grayscale: #737373. Windows color (decimal): -14056470 or 15369001. OLE color: 15369001.

HSL color Cylindrical-coordinate representation of color #2983EA: hue angle of 212.02º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2983EA is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 131 234 -
CMYK 0.82 0.44 0 0.08
HSL 212.02º 0.82% 0.54% -
HSV(B) 212.02º 0.82% 0.92% -
XYZ 23.88 22.64 80.95 -
YUV 115.83 194.68 74.62 -
System Red Green Blue C M Y K H S L
Decimal 41 131 234 0.82 0.44 0 0.08 212.02 0.82 0.54
Hex 29 83 EA 52 2C 0 8 D4 52 36
Octal 51 203 352 122 54 0 10 324 122 66
Binary 101001 10000011 11101010 1010010 101100 0 1000 11010100 1010010 110110

Color Harmonies of #2983EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983EA

Black with #2983EA

Text Example


Text Example

White with #2983EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2983EA; }

 p { color: rgb(41,131,234); }

 H1.HeaderClassName
 {
   color: #2983EA;
 }
 .AnyTagClassName
 {
   color: #2983EA;
 }
</style>

background-color css

<style>
 a { background-color: #2983EA; }

 a { background-color: rgb(41,131,234); }

 div.DivClassName
 {
   background-color: #2983EA;
 }
 .BgClassName
 {
   background-color: #2983EA;
 }
</style>

border-color css

<style>
 span { border-color: #2983EA; }

 span { border-color: rgb(41,131,234); }

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