Html Css Color HEX #1799F6 Dodger Blue

📋 copy color: '#1799F6'

red 23 ◦ green 153 ◦ blue 246

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

Shades of Dodger Blue #1799F6

Tints of Dodger Blue #1799F6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 246 (96.48% from 255) = 58.29%

R = 5.45%
G = 36.26%
B = 58.29%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1799F6 (or 0x1799F6) is known color: Dodger Blue. HEX triplet: 17, 99 and F6. RGB value is (23,153,246). Sum of RGB (Red+Green+Blue) = 23+153+246=422 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.45% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #1799F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1799F6 is #E86609. Grayscale: #7C7C7C. Windows color (decimal): -15230474 or 16161047. OLE color: 16161047.

HSL color Cylindrical-coordinate representation of color #1799F6: hue angle of 205.02º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1799F6 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 23 153 246 -
CMYK 0.91 0.38 0 0.04
HSL 205.02º 0.93% 0.53% -
HSV(B) 205.02º 0.91% 0.96% -
XYZ 28.38 29.62 91.41 -
YUV 124.73 196.43 55.44 -
System Red Green Blue C M Y K H S L
Decimal 23 153 246 0.91 0.38 0 0.04 205.02 0.93 0.53
Hex 17 99 F6 5B 26 0 4 CD 5D 35
Octal 27 231 366 133 46 0 4 315 135 65
Binary 10111 10011001 11110110 1011011 100110 0 100 11001101 1011101 110101

Color Harmonies of #1799F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1799F6

Black with #1799F6

Text Example


Text Example

White with #1799F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1799F6; }

 p { color: rgb(23,153,246); }

 H1.HeaderClassName
 {
   color: #1799F6;
 }
 .AnyTagClassName
 {
   color: #1799F6;
 }
</style>

background-color css

<style>
 a { background-color: #1799F6; }

 a { background-color: rgb(23,153,246); }

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

border-color css

<style>
 span { border-color: #1799F6; }

 span { border-color: rgb(23,153,246); }

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