Html Css Color HEX #2983EB Dodger Blue

📋 copy color: '#2983EB'

red 41 ◦ green 131 ◦ blue 235

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

Shades of Dodger Blue #2983EB

Tints of Dodger Blue #2983EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.74%

R = 10.07%
G = 32.19%
B = 57.74%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2983EB (or 0x2983EB) is known color: Dodger Blue. HEX triplet: 29, 83 and EB. RGB value is (41,131,235). Sum of RGB (Red+Green+Blue) = 41+131+235=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #2983EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2983EB is #D67C14. Grayscale: #737373. Windows color (decimal): -14056469 or 15434537. OLE color: 15434537.

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

Color convert

RGB 41 131 235 -
CMYK 0.83 0.44 0 0.08
HSL 212.16º 0.83% 0.54% -
HSV(B) 212.16º 0.83% 0.92% -
XYZ 24.03 22.7 81.71 -
YUV 115.95 195.18 74.54 -
System Red Green Blue C M Y K H S L
Decimal 41 131 235 0.83 0.44 0 0.08 212.16 0.83 0.54
Hex 29 83 EB 53 2C 0 8 D4 53 36
Octal 51 203 353 123 54 0 10 324 123 66
Binary 101001 10000011 11101011 1010011 101100 0 1000 11010100 1010011 110110

Color Harmonies of #2983EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983EB

Black with #2983EB

Text Example


Text Example

White with #2983EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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