Html Css Color HEX #1D8AFE Dodger Blue

📋 copy color: '#1D8AFE'

red 29 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #1D8AFE

Tints of Dodger Blue #1D8AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.33%

R = 6.89%
G = 32.78%
B = 60.33%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1D8AFE (or 0x1D8AFE) is known color: Dodger Blue. HEX triplet: 1D, 8A and FE. RGB value is (29,138,254). Sum of RGB (Red+Green+Blue) = 29+138+254=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D8AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8AFE is #E27501. Grayscale: #767676. Windows color (decimal): -14841090 or 16681501. OLE color: 16681501.

HSL color Cylindrical-coordinate representation of color #1D8AFE: hue angle of 210.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D8AFE is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 138 254 -
CMYK 0.89 0.46 0 0.00
HSL 210.93º 0.99% 0.55% -
HSV(B) 210.93º 0.89% 1% -
XYZ 27.48 25.59 97.26 -
YUV 118.63 204.39 64.07 -
System Red Green Blue C M Y K H S L
Decimal 29 138 254 0.89 0.46 0 0.00 210.93 0.99 0.55
Hex 1D 8A FE 59 2E 0 0 D3 63 37
Octal 35 212 376 131 56 0 0 323 143 67
Binary 11101 10001010 11111110 1011001 101110 0 0 11010011 1100011 110111

Color Harmonies of #1D8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8AFE

Black with #1D8AFE

Text Example


Text Example

White with #1D8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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