Html Css Color HEX #1790F5 Dodger Blue

📋 copy color: '#1790F5'

red 23 ◦ green 144 ◦ blue 245

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

Shades of Dodger Blue #1790F5

Tints of Dodger Blue #1790F5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

 BLUE value IS 245 (96.09% from 255) = 59.47%

R = 5.58%
G = 34.95%
B = 59.47%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1790F5 (or 0x1790F5) is known color: Dodger Blue. HEX triplet: 17, 90 and F5. RGB value is (23,144,245). Sum of RGB (Red+Green+Blue) = 23+144+245=412 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.58% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 245 (96.09% from 255 or 59.47% from 412); Max value from RGB is 245 - color contains mainly: blue. Hex color #1790F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1790F5 is #E86F0A. Grayscale: #767676. Windows color (decimal): -15232779 or 16093207. OLE color: 16093207.

HSL color Cylindrical-coordinate representation of color #1790F5: hue angle of 207.3º degrees, saturation: 0.92, 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 #1790F5 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 23 144 245 -
CMYK 0.91 0.41 0 0.04
HSL 207.3º 0.92% 0.53% -
HSV(B) 207.3º 0.91% 0.96% -
XYZ 26.81 26.72 90.13 -
YUV 119.34 198.91 59.29 -
System Red Green Blue C M Y K H S L
Decimal 23 144 245 0.91 0.41 0 0.04 207.3 0.92 0.53
Hex 17 90 F5 5B 29 0 4 CF 5C 35
Octal 27 220 365 133 51 0 4 317 134 65
Binary 10111 10010000 11110101 1011011 101001 0 100 11001111 1011100 110101

Color Harmonies of #1790F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1790F5

Black with #1790F5

Text Example


Text Example

White with #1790F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1790F5; }

 p { color: rgb(23,144,245); }

 H1.HeaderClassName
 {
   color: #1790F5;
 }
 .AnyTagClassName
 {
   color: #1790F5;
 }
</style>

background-color css

<style>
 a { background-color: #1790F5; }

 a { background-color: rgb(23,144,245); }

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

border-color css

<style>
 span { border-color: #1790F5; }

 span { border-color: rgb(23,144,245); }

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