Html Css Color HEX #1D6BFC Dodger Blue

📋 copy color: '#1D6BFC'

red 29 ◦ green 107 ◦ blue 252

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

Shades of Dodger Blue #1D6BFC

Tints of Dodger Blue #1D6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

 BLUE value IS 252 (98.83% from 255) = 64.95%

R = 7.47%
G = 27.58%
B = 64.95%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D6BFC (or 0x1D6BFC) is known color: Dodger Blue. HEX triplet: 1D, 6B and FC. RGB value is (29,107,252). Sum of RGB (Red+Green+Blue) = 29+107+252=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6BFC is #E29403. Grayscale: #636363. Windows color (decimal): -14849028 or 16542493. OLE color: 16542493.

HSL color Cylindrical-coordinate representation of color #1D6BFC: hue angle of 219.01º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D6BFC is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 107 252 -
CMYK 0.88 0.58 0 0.01
HSL 219.01º 0.97% 0.55% -
HSV(B) 219.01º 0.88% 0.99% -
XYZ 23.34 17.8 94.3 -
YUV 100.21 213.66 77.21 -
System Red Green Blue C M Y K H S L
Decimal 29 107 252 0.88 0.58 0 0.01 219.01 0.97 0.55
Hex 1D 6B FC 58 3A 0 1 DB 61 37
Octal 35 153 374 130 72 0 1 333 141 67
Binary 11101 1101011 11111100 1011000 111010 0 1 11011011 1100001 110111

Color Harmonies of #1D6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6BFC

Black with #1D6BFC

Text Example


Text Example

White with #1D6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,107,252); }

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

background-color css

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

 a { background-color: rgb(29,107,252); }

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

border-color css

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

 span { border-color: rgb(29,107,252); }

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