Html Css Color HEX #1D6EFE Dodger Blue

📋 copy color: '#1D6EFE'

red 29 ◦ green 110 ◦ blue 254

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

Shades of Dodger Blue #1D6EFE

Tints of Dodger Blue #1D6EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

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

R = 7.38%
G = 27.99%
B = 64.63%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1D6EFE (or 0x1D6EFE) is known color: Dodger Blue. HEX triplet: 1D, 6E and FE. RGB value is (29,110,254). Sum of RGB (Red+Green+Blue) = 29+110+254=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D6EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6EFE is #E29101. Grayscale: #656565. Windows color (decimal): -14848258 or 16674333. OLE color: 16674333.

HSL color Cylindrical-coordinate representation of color #1D6EFE: hue angle of 218.4º 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 #1D6EFE is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 110 254 -
CMYK 0.89 0.57 0 0.00
HSL 218.4º 0.99% 0.55% -
HSV(B) 218.4º 0.89% 1% -
XYZ 23.97 18.57 96.09 -
YUV 102.2 213.66 75.79 -
System Red Green Blue C M Y K H S L
Decimal 29 110 254 0.89 0.57 0 0.00 218.4 0.99 0.55
Hex 1D 6E FE 59 39 0 0 DA 63 37
Octal 35 156 376 131 71 0 0 332 143 67
Binary 11101 1101110 11111110 1011001 111001 0 0 11011010 1100011 110111

Color Harmonies of #1D6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6EFE

Black with #1D6EFE

Text Example


Text Example

White with #1D6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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