Html Css Color HEX #1D7FFB Dodger Blue

📋 copy color: '#1D7FFB'

red 29 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #1D7FFB

Tints of Dodger Blue #1D7FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

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

R = 7.13%
G = 31.2%
B = 61.67%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D7FFB (or 0x1D7FFB) is known color: Dodger Blue. HEX triplet: 1D, 7F and FB. RGB value is (29,127,251). Sum of RGB (Red+Green+Blue) = 29+127+251=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D7FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7FFB is #E28004. Grayscale: #6F6F6F. Windows color (decimal): -14843909 or 16482077. OLE color: 16482077.

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

Color convert

RGB 29 127 251 -
CMYK 0.88 0.49 0 0.02
HSL 213.51º 0.97% 0.55% -
HSV(B) 213.51º 0.88% 0.98% -
XYZ 25.51 22.4 94.25 -
YUV 111.83 206.53 68.92 -
System Red Green Blue C M Y K H S L
Decimal 29 127 251 0.88 0.49 0 0.02 213.51 0.97 0.55
Hex 1D 7F FB 58 31 0 2 D6 61 37
Octal 35 177 373 130 61 0 2 326 141 67
Binary 11101 1111111 11111011 1011000 110001 0 10 11010110 1100001 110111

Color Harmonies of #1D7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7FFB

Black with #1D7FFB

Text Example


Text Example

White with #1D7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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