Html Css Color HEX #1774EA Dodger Blue

📋 copy color: '#1774EA'

red 23 ◦ green 116 ◦ blue 234

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

Shades of Dodger Blue #1774EA

Tints of Dodger Blue #1774EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 6.17%
G = 31.1%
B = 62.73%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1774EA (or 0x1774EA) is known color: Dodger Blue. HEX triplet: 17, 74 and EA. RGB value is (23,116,234). Sum of RGB (Red+Green+Blue) = 23+116+234=373 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.17% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #1774EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1774EA is #E88B15. Grayscale: #656565. Windows color (decimal): -15239958 or 15365143. OLE color: 15365143.

HSL color Cylindrical-coordinate representation of color #1774EA: hue angle of 213.55º 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 #1774EA is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 116 234 -
CMYK 0.90 0.50 0 0.08
HSL 213.55º 0.83% 0.5% -
HSV(B) 213.55º 0.9% 0.92% -
XYZ 21.45 18.61 80.3 -
YUV 101.65 202.69 71.91 -
System Red Green Blue C M Y K H S L
Decimal 23 116 234 0.90 0.50 0 0.08 213.55 0.83 0.5
Hex 17 74 EA 5A 32 0 8 D6 53 32
Octal 27 164 352 132 62 0 10 326 123 62
Binary 10111 1110100 11101010 1011010 110010 0 1000 11010110 1010011 110010

Color Harmonies of #1774EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1774EA

Black with #1774EA

Text Example


Text Example

White with #1774EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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