Html Css Color HEX #1785EF Dodger Blue

📋 copy color: '#1785EF'

red 23 ◦ green 133 ◦ blue 239

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

Shades of Dodger Blue #1785EF

Tints of Dodger Blue #1785EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 5.82%
G = 33.67%
B = 60.51%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1785EF (or 0x1785EF) is known color: Dodger Blue. HEX triplet: 17, 85 and EF. RGB value is (23,133,239). Sum of RGB (Red+Green+Blue) = 23+133+239=395 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.82% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #1785EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1785EF is #E87A10. Grayscale: #6F6F6F. Windows color (decimal): -15235601 or 15697175. OLE color: 15697175.

HSL color Cylindrical-coordinate representation of color #1785EF: hue angle of 209.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1785EF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 133 239 -
CMYK 0.90 0.44 0 0.06
HSL 209.44º 0.87% 0.51% -
HSV(B) 209.44º 0.9% 0.94% -
XYZ 24.32 23.19 84.86 -
YUV 112.19 199.56 64.38 -
System Red Green Blue C M Y K H S L
Decimal 23 133 239 0.90 0.44 0 0.06 209.44 0.87 0.51
Hex 17 85 EF 5A 2C 0 6 D1 57 33
Octal 27 205 357 132 54 0 6 321 127 63
Binary 10111 10000101 11101111 1011010 101100 0 110 11010001 1010111 110011

Color Harmonies of #1785EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1785EF

Black with #1785EF

Text Example


Text Example

White with #1785EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1785EF; }

 p { color: rgb(23,133,239); }

 H1.HeaderClassName
 {
   color: #1785EF;
 }
 .AnyTagClassName
 {
   color: #1785EF;
 }
</style>

background-color css

<style>
 a { background-color: #1785EF; }

 a { background-color: rgb(23,133,239); }

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

border-color css

<style>
 span { border-color: #1785EF; }

 span { border-color: rgb(23,133,239); }

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