Html Css Color HEX #2982FB Dodger Blue

📋 copy color: '#2982FB'

red 41 ◦ green 130 ◦ blue 251

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

Shades of Dodger Blue #2982FB

Tints of Dodger Blue #2982FB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 9.72%
G = 30.81%
B = 59.48%

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

#2982FB (or 0x2982FB) is known color: Dodger Blue. HEX triplet: 29, 82 and FB. RGB value is (41,130,251). Sum of RGB (Red+Green+Blue) = 41+130+251=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #2982FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2982FB is #D67D04. Grayscale: #747474. Windows color (decimal): -14056709 or 16482857. OLE color: 16482857.

HSL color Cylindrical-coordinate representation of color #2982FB: hue angle of 214.57º 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 #2982FB is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 130 251 -
CMYK 0.84 0.48 0 0.02
HSL 214.57º 0.96% 0.57% -
HSV(B) 214.57º 0.84% 0.98% -
XYZ 26.31 23.4 94.4 -
YUV 117.18 203.51 73.66 -
System Red Green Blue C M Y K H S L
Decimal 41 130 251 0.84 0.48 0 0.02 214.57 0.96 0.57
Hex 29 82 FB 54 30 0 2 D7 60 39
Octal 51 202 373 124 60 0 2 327 140 71
Binary 101001 10000010 11111011 1010100 110000 0 10 11010111 1100000 111001

Color Harmonies of #2982FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2982FB

Black with #2982FB

Text Example


Text Example

White with #2982FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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