Html Css Color HEX #1D6AFE Dodger Blue

📋 copy color: '#1D6AFE'

red 29 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #1D6AFE

Tints of Dodger Blue #1D6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

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

R = 7.46%
G = 27.25%
B = 65.3%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1D6AFE (or 0x1D6AFE) is known color: Dodger Blue. HEX triplet: 1D, 6A and FE. RGB value is (29,106,254). Sum of RGB (Red+Green+Blue) = 29+106+254=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D6AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6AFE is #E29501. Grayscale: #636363. Windows color (decimal): -14849282 or 16673309. OLE color: 16673309.

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

Color convert

RGB 29 106 254 -
CMYK 0.89 0.58 0 0.00
HSL 219.47º 0.99% 0.55% -
HSV(B) 219.47º 0.89% 1% -
XYZ 23.55 17.73 95.95 -
YUV 99.85 214.99 77.47 -
System Red Green Blue C M Y K H S L
Decimal 29 106 254 0.89 0.58 0 0.00 219.47 0.99 0.55
Hex 1D 6A FE 59 3A 0 0 DB 63 37
Octal 35 152 376 131 72 0 0 333 143 67
Binary 11101 1101010 11111110 1011001 111010 0 0 11011011 1100011 110111

Color Harmonies of #1D6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6AFE

Black with #1D6AFE

Text Example


Text Example

White with #1D6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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