Html Css Color HEX #1D8FFA Dodger Blue

📋 copy color: '#1D8FFA'

red 29 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #1D8FFA

Tints of Dodger Blue #1D8FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.89%

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 6.87%
G = 33.89%
B = 59.24%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D8FFA (or 0x1D8FFA) is known color: Dodger Blue. HEX triplet: 1D, 8F and FA. RGB value is (29,143,250). Sum of RGB (Red+Green+Blue) = 29+143+250=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D8FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8FFA is #E27005. Grayscale: #787878. Windows color (decimal): -14839814 or 16420637. OLE color: 16420637.

HSL color Cylindrical-coordinate representation of color #1D8FFA: hue angle of 209.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8FFA is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 143 250 -
CMYK 0.88 0.43 0 0.02
HSL 209.05º 0.96% 0.55% -
HSV(B) 209.05º 0.88% 0.98% -
XYZ 27.58 26.81 94.16 -
YUV 121.11 200.73 62.3 -
System Red Green Blue C M Y K H S L
Decimal 29 143 250 0.88 0.43 0 0.02 209.05 0.96 0.55
Hex 1D 8F FA 58 2B 0 2 D1 60 37
Octal 35 217 372 130 53 0 2 321 140 67
Binary 11101 10001111 11111010 1011000 101011 0 10 11010001 1100000 110111

Color Harmonies of #1D8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8FFA

Black with #1D8FFA

Text Example


Text Example

White with #1D8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,143,250); }

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

background-color css

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

 a { background-color: rgb(29,143,250); }

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

border-color css

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

 span { border-color: rgb(29,143,250); }

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