Html Css Color HEX #1774EE Dodger Blue

📋 copy color: '#1774EE'

red 23 ◦ green 116 ◦ blue 238

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

Shades of Dodger Blue #1774EE

Tints of Dodger Blue #1774EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.13%

R = 6.1%
G = 30.77%
B = 63.13%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1774EE (or 0x1774EE) is known color: Dodger Blue. HEX triplet: 17, 74 and EE. RGB value is (23,116,238). Sum of RGB (Red+Green+Blue) = 23+116+238=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #1774EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1774EE is #E88B11. Grayscale: #656565. Windows color (decimal): -15239954 or 15627287. OLE color: 15627287.

HSL color Cylindrical-coordinate representation of color #1774EE: hue angle of 214.05º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1774EE is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 116 238 -
CMYK 0.90 0.51 0 0.07
HSL 214.05º 0.86% 0.51% -
HSV(B) 214.05º 0.9% 0.93% -
XYZ 22.03 18.85 83.37 -
YUV 102.1 204.69 71.58 -
System Red Green Blue C M Y K H S L
Decimal 23 116 238 0.90 0.51 0 0.07 214.05 0.86 0.51
Hex 17 74 EE 5A 33 0 7 D6 56 33
Octal 27 164 356 132 63 0 7 326 126 63
Binary 10111 1110100 11101110 1011010 110011 0 111 11010110 1010110 110011

Color Harmonies of #1774EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1774EE

Black with #1774EE

Text Example


Text Example

White with #1774EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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