Html Css Color HEX #1D6FFF Dodger Blue

📋 copy color: '#1D6FFF'

red 29 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #1D6FFF

Tints of Dodger Blue #1D6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

 BLUE value IS 255 (100% from 255) = 64.56%

R = 7.34%
G = 28.1%
B = 64.56%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1D6FFF (or 0x1D6FFF) is known color: Dodger Blue. HEX triplet: 1D, 6F and FF. RGB value is (29,111,255). Sum of RGB (Red+Green+Blue) = 29+111+255=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D6FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6FFF is #E29000. Grayscale: #666666. Windows color (decimal): -14848001 or 16740125. OLE color: 16740125.

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

Color convert

RGB 29 111 255 -
CMYK 0.89 0.56 0 0
HSL 218.23º 1% 0.56% -
HSV(B) 218.23º 0.89% 1% -
XYZ 24.24 18.85 96.97 -
YUV 102.9 213.83 75.29 -
System Red Green Blue C M Y K H S L
Decimal 29 111 255 0.89 0.56 0 0 218.23 1 0.56
Hex 1D 6F FF 59 38 0 0 DA 64 38
Octal 35 157 377 131 70 0 0 332 144 70
Binary 11101 1101111 11111111 1011001 111000 0 0 11011010 1100100 111000

Color Harmonies of #1D6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6FFF

Black with #1D6FFF

Text Example


Text Example

White with #1D6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,111,255); }

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

background-color css

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

 a { background-color: rgb(29,111,255); }

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

border-color css

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

 span { border-color: rgb(29,111,255); }

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