Html Css Color HEX #1785FF Dodger Blue

📋 copy color: '#1785FF'

red 23 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #1785FF

Tints of Dodger Blue #1785FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.04%

R = 5.6%
G = 32.36%
B = 62.04%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1785FF (or 0x1785FF) is known color: Dodger Blue. HEX triplet: 17, 85 and FF. RGB value is (23,133,255). Sum of RGB (Red+Green+Blue) = 23+133+255=411 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.60% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #1785FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1785FF is #E87A00. Grayscale: #717171. Windows color (decimal): -15235585 or 16745751. OLE color: 16745751.

HSL color Cylindrical-coordinate representation of color #1785FF: hue angle of 211.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1785FF is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 23 133 255 -
CMYK 0.91 0.48 0 0
HSL 211.55º 1% 0.55% -
HSV(B) 211.55º 0.91% 1% -
XYZ 26.79 24.18 97.86 -
YUV 114.02 207.56 63.08 -
System Red Green Blue C M Y K H S L
Decimal 23 133 255 0.91 0.48 0 0 211.55 1 0.55
Hex 17 85 FF 5B 30 0 0 D4 64 37
Octal 27 205 377 133 60 0 0 324 144 67
Binary 10111 10000101 11111111 1011011 110000 0 0 11010100 1100100 110111

Color Harmonies of #1785FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1785FF

Black with #1785FF

Text Example


Text Example

White with #1785FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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