Html Css Color HEX #1D7BEB Dodger Blue

📋 copy color: '#1D7BEB'

red 29 ◦ green 123 ◦ blue 235

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

Shades of Dodger Blue #1D7BEB

Tints of Dodger Blue #1D7BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 7.49%
G = 31.78%
B = 60.72%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D7BEB (or 0x1D7BEB) is known color: Dodger Blue. HEX triplet: 1D, 7B and EB. RGB value is (29,123,235). Sum of RGB (Red+Green+Blue) = 29+123+235=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D7BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7BEB is #E28414. Grayscale: #6B6B6B. Windows color (decimal): -14844949 or 15432477. OLE color: 15432477.

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

Color convert

RGB 29 123 235 -
CMYK 0.88 0.48 0 0.08
HSL 212.62º 0.84% 0.52% -
HSV(B) 212.62º 0.88% 0.92% -
XYZ 22.59 20.43 81.35 -
YUV 107.66 199.86 71.89 -
System Red Green Blue C M Y K H S L
Decimal 29 123 235 0.88 0.48 0 0.08 212.62 0.84 0.52
Hex 1D 7B EB 58 30 0 8 D5 54 34
Octal 35 173 353 130 60 0 10 325 124 64
Binary 11101 1111011 11101011 1011000 110000 0 1000 11010101 1010100 110100

Color Harmonies of #1D7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7BEB

Black with #1D7BEB

Text Example


Text Example

White with #1D7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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