Html Css Color HEX #1782EE Dodger Blue

📋 copy color: '#1782EE'

red 23 ◦ green 130 ◦ blue 238

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

Shades of Dodger Blue #1782EE

Tints of Dodger Blue #1782EE

RGB

 RED value IS 23 (9.38% from 255) = 5.88%

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 5.88%
G = 33.25%
B = 60.87%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1782EE (or 0x1782EE) is known color: Dodger Blue. HEX triplet: 17, 82 and EE. RGB value is (23,130,238). Sum of RGB (Red+Green+Blue) = 23+130+238=391 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.88% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #1782EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1782EE is #E87D11. Grayscale: #6D6D6D. Windows color (decimal): -15236370 or 15630871. OLE color: 15630871.

HSL color Cylindrical-coordinate representation of color #1782EE: hue angle of 210.14º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1782EE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 130 238 -
CMYK 0.90 0.45 0 0.07
HSL 210.14º 0.86% 0.51% -
HSV(B) 210.14º 0.9% 0.93% -
XYZ 23.77 22.32 83.94 -
YUV 110.32 200.05 65.72 -
System Red Green Blue C M Y K H S L
Decimal 23 130 238 0.90 0.45 0 0.07 210.14 0.86 0.51
Hex 17 82 EE 5A 2D 0 7 D2 56 33
Octal 27 202 356 132 55 0 7 322 126 63
Binary 10111 10000010 11101110 1011010 101101 0 111 11010010 1010110 110011

Color Harmonies of #1782EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1782EE

Black with #1782EE

Text Example


Text Example

White with #1782EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1782EE; }

 p { color: rgb(23,130,238); }

 H1.HeaderClassName
 {
   color: #1782EE;
 }
 .AnyTagClassName
 {
   color: #1782EE;
 }
</style>

background-color css

<style>
 a { background-color: #1782EE; }

 a { background-color: rgb(23,130,238); }

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

border-color css

<style>
 span { border-color: #1782EE; }

 span { border-color: rgb(23,130,238); }

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