Html Css Color HEX #1D6AFB Dodger Blue

📋 copy color: '#1D6AFB'

red 29 ◦ green 106 ◦ blue 251

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

Shades of Dodger Blue #1D6AFB

Tints of Dodger Blue #1D6AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.03%

R = 7.51%
G = 27.46%
B = 65.03%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D6AFB (or 0x1D6AFB) is known color: Dodger Blue. HEX triplet: 1D, 6A and FB. RGB value is (29,106,251). Sum of RGB (Red+Green+Blue) = 29+106+251=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D6AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6AFB is #E29504. Grayscale: #626262. Windows color (decimal): -14849285 or 16476701. OLE color: 16476701.

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

Color convert

RGB 29 106 251 -
CMYK 0.88 0.58 0 0.02
HSL 219.19º 0.97% 0.55% -
HSV(B) 219.19º 0.88% 0.98% -
XYZ 23.07 17.53 93.44 -
YUV 99.51 213.49 77.71 -
System Red Green Blue C M Y K H S L
Decimal 29 106 251 0.88 0.58 0 0.02 219.19 0.97 0.55
Hex 1D 6A FB 58 3A 0 2 DB 61 37
Octal 35 152 373 130 72 0 2 333 141 67
Binary 11101 1101010 11111011 1011000 111010 0 10 11011011 1100001 110111

Color Harmonies of #1D6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6AFB

Black with #1D6AFB

Text Example


Text Example

White with #1D6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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