Html Css Color HEX #1D7BEE Dodger Blue

📋 copy color: '#1D7BEE'

red 29 ◦ green 123 ◦ blue 238

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

Shades of Dodger Blue #1D7BEE

Tints of Dodger Blue #1D7BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 7.44%
G = 31.54%
B = 61.03%

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

#1D7BEE (or 0x1D7BEE) is known color: Dodger Blue. HEX triplet: 1D, 7B and EE. RGB value is (29,123,238). Sum of RGB (Red+Green+Blue) = 29+123+238=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D7BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7BEE is #E28411. Grayscale: #6B6B6B. Windows color (decimal): -14844946 or 15629085. OLE color: 15629085.

HSL color Cylindrical-coordinate representation of color #1D7BEE: hue angle of 213.01º degrees, saturation: 0.86, 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 #1D7BEE is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 123 238 -
CMYK 0.88 0.48 0 0.07
HSL 213.01º 0.86% 0.52% -
HSV(B) 213.01º 0.88% 0.93% -
XYZ 23.02 20.6 83.65 -
YUV 108 201.36 71.65 -
System Red Green Blue C M Y K H S L
Decimal 29 123 238 0.88 0.48 0 0.07 213.01 0.86 0.52
Hex 1D 7B EE 58 30 0 7 D5 56 34
Octal 35 173 356 130 60 0 7 325 126 64
Binary 11101 1111011 11101110 1011000 110000 0 111 11010101 1010110 110100

Color Harmonies of #1D7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7BEE

Black with #1D7BEE

Text Example


Text Example

White with #1D7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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