Html Css Color HEX #1D8AF2 Dodger Blue

📋 copy color: '#1D8AF2'

red 29 ◦ green 138 ◦ blue 242

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

Shades of Dodger Blue #1D8AF2

Tints of Dodger Blue #1D8AF2

RGB

 RED value IS 29 (11.72% from 255) = 7.09%

 GREEN value IS 138 (54.3% from 255) = 33.74%

 BLUE value IS 242 (94.92% from 255) = 59.17%

R = 7.09%
G = 33.74%
B = 59.17%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1D8AF2 (or 0x1D8AF2) is known color: Dodger Blue. HEX triplet: 1D, 8A and F2. RGB value is (29,138,242). Sum of RGB (Red+Green+Blue) = 29+138+242=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 242 (94.92% from 255 or 59.17% from 409); Max value from RGB is 242 - color contains mainly: blue. Hex color #1D8AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8AF2 is #E2750D. Grayscale: #747474. Windows color (decimal): -14841102 or 15895069. OLE color: 15895069.

HSL color Cylindrical-coordinate representation of color #1D8AF2: hue angle of 209.3º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8AF2 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 138 242 -
CMYK 0.88 0.43 0 0.05
HSL 209.3º 0.89% 0.53% -
HSV(B) 209.3º 0.88% 0.95% -
XYZ 25.62 24.85 87.45 -
YUV 117.27 198.39 65.04 -
System Red Green Blue C M Y K H S L
Decimal 29 138 242 0.88 0.43 0 0.05 209.3 0.89 0.53
Hex 1D 8A F2 58 2B 0 5 D1 59 35
Octal 35 212 362 130 53 0 5 321 131 65
Binary 11101 10001010 11110010 1011000 101011 0 101 11010001 1011001 110101

Color Harmonies of #1D8AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8AF2

Black with #1D8AF2

Text Example


Text Example

White with #1D8AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D8AF2; }

 p { color: rgb(29,138,242); }

 H1.HeaderClassName
 {
   color: #1D8AF2;
 }
 .AnyTagClassName
 {
   color: #1D8AF2;
 }
</style>

background-color css

<style>
 a { background-color: #1D8AF2; }

 a { background-color: rgb(29,138,242); }

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

border-color css

<style>
 span { border-color: #1D8AF2; }

 span { border-color: rgb(29,138,242); }

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