Html Css Color HEX #1795DD Dodger Blue

📋 copy color: '#1795DD'

red 23 ◦ green 149 ◦ blue 221

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

Shades of Dodger Blue #1795DD

Tints of Dodger Blue #1795DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 5.85%
G = 37.91%
B = 56.23%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1795DD (or 0x1795DD) is known color: Dodger Blue. HEX triplet: 17, 95 and DD. RGB value is (23,149,221). Sum of RGB (Red+Green+Blue) = 23+149+221=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #1795DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1795DD is #E86A22. Grayscale: #777777. Windows color (decimal): -15231523 or 14521623. OLE color: 14521623.

HSL color Cylindrical-coordinate representation of color #1795DD: hue angle of 201.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1795DD is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 149 221 -
CMYK 0.90 0.33 0 0.13
HSL 201.82º 0.81% 0.48% -
HSV(B) 201.82º 0.9% 0.87% -
XYZ 24.15 26.9 72.33 -
YUV 119.53 185.26 59.15 -
System Red Green Blue C M Y K H S L
Decimal 23 149 221 0.90 0.33 0 0.13 201.82 0.81 0.48
Hex 17 95 DD 5A 21 0 D CA 51 30
Octal 27 225 335 132 41 0 15 312 121 60
Binary 10111 10010101 11011101 1011010 100001 0 1101 11001010 1010001 110000

Color Harmonies of #1795DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1795DD

Black with #1795DD

Text Example


Text Example

White with #1795DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1795DD; }

 p { color: rgb(23,149,221); }

 H1.HeaderClassName
 {
   color: #1795DD;
 }
 .AnyTagClassName
 {
   color: #1795DD;
 }
</style>

background-color css

<style>
 a { background-color: #1795DD; }

 a { background-color: rgb(23,149,221); }

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

border-color css

<style>
 span { border-color: #1795DD; }

 span { border-color: rgb(23,149,221); }

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