Html Css Color HEX #2983FB Dodger Blue

📋 copy color: '#2983FB'

red 41 ◦ green 131 ◦ blue 251

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

Shades of Dodger Blue #2983FB

Tints of Dodger Blue #2983FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 9.69%
G = 30.97%
B = 59.34%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2983FB (or 0x2983FB) is known color: Dodger Blue. HEX triplet: 29, 83 and FB. RGB value is (41,131,251). Sum of RGB (Red+Green+Blue) = 41+131+251=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #2983FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2983FB is #D67C04. Grayscale: #757575. Windows color (decimal): -14056453 or 16483113. OLE color: 16483113.

HSL color Cylindrical-coordinate representation of color #2983FB: hue angle of 214.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2983FB is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 131 251 -
CMYK 0.84 0.48 0 0.02
HSL 214.29º 0.96% 0.57% -
HSV(B) 214.29º 0.84% 0.98% -
XYZ 26.44 23.67 94.44 -
YUV 117.77 203.18 73.24 -
System Red Green Blue C M Y K H S L
Decimal 41 131 251 0.84 0.48 0 0.02 214.29 0.96 0.57
Hex 29 83 FB 54 30 0 2 D6 60 39
Octal 51 203 373 124 60 0 2 326 140 71
Binary 101001 10000011 11111011 1010100 110000 0 10 11010110 1100000 111001

Color Harmonies of #2983FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983FB

Black with #2983FB

Text Example


Text Example

White with #2983FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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