Html Css Color HEX #1775EE Dodger Blue

📋 copy color: '#1775EE'

red 23 ◦ green 117 ◦ blue 238

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

Shades of Dodger Blue #1775EE

Tints of Dodger Blue #1775EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 6.08%
G = 30.95%
B = 62.96%

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

#1775EE (or 0x1775EE) is known color: Dodger Blue. HEX triplet: 17, 75 and EE. RGB value is (23,117,238). Sum of RGB (Red+Green+Blue) = 23+117+238=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #1775EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1775EE is #E88A11. Grayscale: #666666. Windows color (decimal): -15239698 or 15627543. OLE color: 15627543.

HSL color Cylindrical-coordinate representation of color #1775EE: hue angle of 213.77º 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 #1775EE is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 117 238 -
CMYK 0.90 0.51 0 0.07
HSL 213.77º 0.86% 0.51% -
HSV(B) 213.77º 0.9% 0.93% -
XYZ 22.15 19.08 83.4 -
YUV 102.69 204.36 71.16 -
System Red Green Blue C M Y K H S L
Decimal 23 117 238 0.90 0.51 0 0.07 213.77 0.86 0.51
Hex 17 75 EE 5A 33 0 7 D6 56 33
Octal 27 165 356 132 63 0 7 326 126 63
Binary 10111 1110101 11101110 1011010 110011 0 111 11010110 1010110 110011

Color Harmonies of #1775EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775EE

Black with #1775EE

Text Example


Text Example

White with #1775EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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