Html Css Color HEX #1D7BED Dodger Blue

📋 copy color: '#1D7BED'

red 29 ◦ green 123 ◦ blue 237

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

Shades of Dodger Blue #1D7BED

Tints of Dodger Blue #1D7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 7.46%
G = 31.62%
B = 60.93%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D7BED (or 0x1D7BED) is known color: Dodger Blue. HEX triplet: 1D, 7B and ED. RGB value is (29,123,237). Sum of RGB (Red+Green+Blue) = 29+123+237=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D7BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7BED is #E28412. Grayscale: #6B6B6B. Windows color (decimal): -14844947 or 15563549. OLE color: 15563549.

HSL color Cylindrical-coordinate representation of color #1D7BED: hue angle of 212.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7BED is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 123 237 -
CMYK 0.88 0.48 0 0.07
HSL 212.88º 0.85% 0.52% -
HSV(B) 212.88º 0.88% 0.93% -
XYZ 22.88 20.54 82.88 -
YUV 107.89 200.86 71.73 -
System Red Green Blue C M Y K H S L
Decimal 29 123 237 0.88 0.48 0 0.07 212.88 0.85 0.52
Hex 1D 7B ED 58 30 0 7 D5 55 34
Octal 35 173 355 130 60 0 7 325 125 64
Binary 11101 1111011 11101101 1011000 110000 0 111 11010101 1010101 110100

Color Harmonies of #1D7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7BED

Black with #1D7BED

Text Example


Text Example

White with #1D7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,123,237); }

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

background-color css

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

 a { background-color: rgb(29,123,237); }

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

border-color css

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

 span { border-color: rgb(29,123,237); }

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