Html Css Color HEX #1D77EF Dodger Blue

📋 copy color: '#1D77EF'

red 29 ◦ green 119 ◦ blue 239

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

Shades of Dodger Blue #1D77EF

Tints of Dodger Blue #1D77EF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.75%

 BLUE value IS 239 (93.75% from 255) = 61.76%

R = 7.49%
G = 30.75%
B = 61.76%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D77EF (or 0x1D77EF) is known color: Dodger Blue. HEX triplet: 1D, 77 and EF. RGB value is (29,119,239). Sum of RGB (Red+Green+Blue) = 29+119+239=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D77EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D77EF is #E28810. Grayscale: #696969. Windows color (decimal): -14845969 or 15693597. OLE color: 15693597.

HSL color Cylindrical-coordinate representation of color #1D77EF: hue angle of 214.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D77EF is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 119 239 -
CMYK 0.88 0.50 0 0.06
HSL 214.29º 0.87% 0.53% -
HSV(B) 214.29º 0.88% 0.94% -
XYZ 22.68 19.69 84.27 -
YUV 105.77 203.18 73.24 -
System Red Green Blue C M Y K H S L
Decimal 29 119 239 0.88 0.50 0 0.06 214.29 0.87 0.53
Hex 1D 77 EF 58 32 0 6 D6 57 35
Octal 35 167 357 130 62 0 6 326 127 65
Binary 11101 1110111 11101111 1011000 110010 0 110 11010110 1010111 110101

Color Harmonies of #1D77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D77EF

Black with #1D77EF

Text Example


Text Example

White with #1D77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,119,239); }

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

background-color css

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

 a { background-color: rgb(29,119,239); }

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

border-color css

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

 span { border-color: rgb(29,119,239); }

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