Html Css Color HEX #1DA5FA Dodger Blue

📋 copy color: '#1DA5FA'

red 29 ◦ green 165 ◦ blue 250

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

Shades of Dodger Blue #1DA5FA

Tints of Dodger Blue #1DA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

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

R = 6.53%
G = 37.16%
B = 56.31%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DA5FA (or 0x1DA5FA) is known color: Dodger Blue. HEX triplet: 1D, A5 and FA. RGB value is (29,165,250). Sum of RGB (Red+Green+Blue) = 29+165+250=444 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.53% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DA5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA5FA is #E25A05. Grayscale: #858585. Windows color (decimal): -14834182 or 16426269. OLE color: 16426269.

HSL color Cylindrical-coordinate representation of color #1DA5FA: hue angle of 203.08º 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 #1DA5FA is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 165 250 -
CMYK 0.88 0.34 0 0.02
HSL 203.08º 0.96% 0.55% -
HSV(B) 203.08º 0.88% 0.98% -
XYZ 31.22 34.07 95.37 -
YUV 134.03 193.44 53.09 -
System Red Green Blue C M Y K H S L
Decimal 29 165 250 0.88 0.34 0 0.02 203.08 0.96 0.55
Hex 1D A5 FA 58 22 0 2 CB 60 37
Octal 35 245 372 130 42 0 2 313 140 67
Binary 11101 10100101 11111010 1011000 100010 0 10 11001011 1100000 110111

Color Harmonies of #1DA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA5FA

Black with #1DA5FA

Text Example


Text Example

White with #1DA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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