Html Css Color HEX #1795EF Dodger Blue

📋 copy color: '#1795EF'

red 23 ◦ green 149 ◦ blue 239

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

Shades of Dodger Blue #1795EF

Tints of Dodger Blue #1795EF

RGB

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

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

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

R = 5.6%
G = 36.25%
B = 58.15%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1795EF (or 0x1795EF) is known color: Dodger Blue. HEX triplet: 17, 95 and EF. RGB value is (23,149,239). Sum of RGB (Red+Green+Blue) = 23+149+239=411 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.60% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #1795EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1795EF is #E86A10. Grayscale: #797979. Windows color (decimal): -15231505 or 15701271. OLE color: 15701271.

HSL color Cylindrical-coordinate representation of color #1795EF: hue angle of 205º 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 #1795EF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 149 239 -
CMYK 0.90 0.38 0 0.06
HSL 205º 0.87% 0.51% -
HSV(B) 205º 0.9% 0.94% -
XYZ 26.68 27.91 85.64 -
YUV 121.59 194.26 57.68 -
System Red Green Blue C M Y K H S L
Decimal 23 149 239 0.90 0.38 0 0.06 205 0.87 0.51
Hex 17 95 EF 5A 26 0 6 CD 57 33
Octal 27 225 357 132 46 0 6 315 127 63
Binary 10111 10010101 11101111 1011010 100110 0 110 11001101 1010111 110011

Color Harmonies of #1795EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1795EF

Black with #1795EF

Text Example


Text Example

White with #1795EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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