Html Css Color HEX #1982F3 Dodger Blue

📋 copy color: '#1982F3'

red 25 ◦ green 130 ◦ blue 243

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

Shades of Dodger Blue #1982F3

Tints of Dodger Blue #1982F3

RGB

 RED value IS 25 (10.16% from 255) = 6.28%

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

 BLUE value IS 243 (95.31% from 255) = 61.06%

R = 6.28%
G = 32.66%
B = 61.06%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1982F3 (or 0x1982F3) is known color: Dodger Blue. HEX triplet: 19, 82 and F3. RGB value is (25,130,243). Sum of RGB (Red+Green+Blue) = 25+130+243=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 243 (95.31% from 255 or 61.06% from 398); Max value from RGB is 243 - color contains mainly: blue. Hex color #1982F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1982F3 is #E67D0C. Grayscale: #6E6E6E. Windows color (decimal): -15105293 or 15958553. OLE color: 15958553.

HSL color Cylindrical-coordinate representation of color #1982F3: hue angle of 211.1º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1982F3 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 130 243 -
CMYK 0.90 0.47 0 0.05
HSL 211.1º 0.9% 0.53% -
HSV(B) 211.1º 0.9% 0.95% -
XYZ 24.56 22.64 87.87 -
YUV 111.49 202.21 66.31 -
System Red Green Blue C M Y K H S L
Decimal 25 130 243 0.90 0.47 0 0.05 211.1 0.9 0.53
Hex 19 82 F3 5A 2F 0 5 D3 5A 35
Octal 31 202 363 132 57 0 5 323 132 65
Binary 11001 10000010 11110011 1011010 101111 0 101 11010011 1011010 110101

Color Harmonies of #1982F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982F3

Black with #1982F3

Text Example


Text Example

White with #1982F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1982F3; }

 p { color: rgb(25,130,243); }

 H1.HeaderClassName
 {
   color: #1982F3;
 }
 .AnyTagClassName
 {
   color: #1982F3;
 }
</style>

background-color css

<style>
 a { background-color: #1982F3; }

 a { background-color: rgb(25,130,243); }

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

border-color css

<style>
 span { border-color: #1982F3; }

 span { border-color: rgb(25,130,243); }

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