Html Css Color HEX #1785FD Dodger Blue

📋 copy color: '#1785FD'

red 23 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #1785FD

Tints of Dodger Blue #1785FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.86%

R = 5.62%
G = 32.52%
B = 61.86%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1785FD (or 0x1785FD) is known color: Dodger Blue. HEX triplet: 17, 85 and FD. RGB value is (23,133,253). Sum of RGB (Red+Green+Blue) = 23+133+253=409 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.62% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #1785FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1785FD is #E87A02. Grayscale: #717171. Windows color (decimal): -15235587 or 16614679. OLE color: 16614679.

HSL color Cylindrical-coordinate representation of color #1785FD: hue angle of 211.3º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1785FD is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 23 133 253 -
CMYK 0.91 0.47 0 0.01
HSL 211.3º 0.98% 0.54% -
HSV(B) 211.3º 0.91% 0.99% -
XYZ 26.47 24.05 96.18 -
YUV 113.79 206.56 63.24 -
System Red Green Blue C M Y K H S L
Decimal 23 133 253 0.91 0.47 0 0.01 211.3 0.98 0.54
Hex 17 85 FD 5B 2F 0 1 D3 62 36
Octal 27 205 375 133 57 0 1 323 142 66
Binary 10111 10000101 11111101 1011011 101111 0 1 11010011 1100010 110110

Color Harmonies of #1785FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1785FD

Black with #1785FD

Text Example


Text Example

White with #1785FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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