Html Css Color HEX #1790EA Dodger Blue

📋 copy color: '#1790EA'

red 23 ◦ green 144 ◦ blue 234

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

Shades of Dodger Blue #1790EA

Tints of Dodger Blue #1790EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 5.74%
G = 35.91%
B = 58.35%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1790EA (or 0x1790EA) is known color: Dodger Blue. HEX triplet: 17, 90 and EA. RGB value is (23,144,234). Sum of RGB (Red+Green+Blue) = 23+144+234=401 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.74% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #1790EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1790EA is #E86F15. Grayscale: #757575. Windows color (decimal): -15232790 or 15372311. OLE color: 15372311.

HSL color Cylindrical-coordinate representation of color #1790EA: hue angle of 205.59º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1790EA is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 144 234 -
CMYK 0.90 0.38 0 0.08
HSL 205.59º 0.83% 0.5% -
HSV(B) 205.59º 0.9% 0.92% -
XYZ 25.18 26.07 81.55 -
YUV 118.08 193.41 60.18 -
System Red Green Blue C M Y K H S L
Decimal 23 144 234 0.90 0.38 0 0.08 205.59 0.83 0.5
Hex 17 90 EA 5A 26 0 8 CE 53 32
Octal 27 220 352 132 46 0 10 316 123 62
Binary 10111 10010000 11101010 1011010 100110 0 1000 11001110 1010011 110010

Color Harmonies of #1790EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1790EA

Black with #1790EA

Text Example


Text Example

White with #1790EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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