Html Css Color HEX #1D9CFA Dodger Blue

📋 copy color: '#1D9CFA'

red 29 ◦ green 156 ◦ blue 250

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

Shades of Dodger Blue #1D9CFA

Tints of Dodger Blue #1D9CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.86%

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

R = 6.67%
G = 35.86%
B = 57.47%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D9CFA (or 0x1D9CFA) is known color: Dodger Blue. HEX triplet: 1D, 9C and FA. RGB value is (29,156,250). Sum of RGB (Red+Green+Blue) = 29+156+250=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D9CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9CFA is #E26305. Grayscale: #808080. Windows color (decimal): -14836486 or 16423965. OLE color: 16423965.

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

Color convert

RGB 29 156 250 -
CMYK 0.88 0.38 0 0.02
HSL 205.52º 0.96% 0.55% -
HSV(B) 205.52º 0.88% 0.98% -
XYZ 29.65 30.94 94.85 -
YUV 128.74 196.42 56.86 -
System Red Green Blue C M Y K H S L
Decimal 29 156 250 0.88 0.38 0 0.02 205.52 0.96 0.55
Hex 1D 9C FA 58 26 0 2 CE 60 37
Octal 35 234 372 130 46 0 2 316 140 67
Binary 11101 10011100 11111010 1011000 100110 0 10 11001110 1100000 110111

Color Harmonies of #1D9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9CFA

Black with #1D9CFA

Text Example


Text Example

White with #1D9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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