Html Css Color HEX #1D6CFC Dodger Blue

📋 copy color: '#1D6CFC'

red 29 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #1D6CFC

Tints of Dodger Blue #1D6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

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

R = 7.46%
G = 27.76%
B = 64.78%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D6CFC (or 0x1D6CFC) is known color: Dodger Blue. HEX triplet: 1D, 6C and FC. RGB value is (29,108,252). Sum of RGB (Red+Green+Blue) = 29+108+252=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6CFC is #E29303. Grayscale: #646464. Windows color (decimal): -14848772 or 16542749. OLE color: 16542749.

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

Color convert

RGB 29 108 252 -
CMYK 0.88 0.57 0 0.01
HSL 218.74º 0.97% 0.55% -
HSV(B) 218.74º 0.88% 0.99% -
XYZ 23.44 18.01 94.34 -
YUV 100.8 213.33 76.79 -
System Red Green Blue C M Y K H S L
Decimal 29 108 252 0.88 0.57 0 0.01 218.74 0.97 0.55
Hex 1D 6C FC 58 39 0 1 DB 61 37
Octal 35 154 374 130 71 0 1 333 141 67
Binary 11101 1101100 11111100 1011000 111001 0 1 11011011 1100001 110111

Color Harmonies of #1D6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6CFC

Black with #1D6CFC

Text Example


Text Example

White with #1D6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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