Html Css Color HEX #1775EC Dodger Blue

📋 copy color: '#1775EC'

red 23 ◦ green 117 ◦ blue 236

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

Shades of Dodger Blue #1775EC

Tints of Dodger Blue #1775EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 6.12%
G = 31.12%
B = 62.77%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1775EC (or 0x1775EC) is known color: Dodger Blue. HEX triplet: 17, 75 and EC. RGB value is (23,117,236). Sum of RGB (Red+Green+Blue) = 23+117+236=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #1775EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1775EC is #E88A13. Grayscale: #656565. Windows color (decimal): -15239700 or 15496471. OLE color: 15496471.

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

Color convert

RGB 23 117 236 -
CMYK 0.90 0.50 0 0.07
HSL 213.52º 0.85% 0.51% -
HSV(B) 213.52º 0.9% 0.93% -
XYZ 21.85 18.96 81.86 -
YUV 102.46 203.36 71.32 -
System Red Green Blue C M Y K H S L
Decimal 23 117 236 0.90 0.50 0 0.07 213.52 0.85 0.51
Hex 17 75 EC 5A 32 0 7 D6 55 33
Octal 27 165 354 132 62 0 7 326 125 63
Binary 10111 1110101 11101100 1011010 110010 0 111 11010110 1010101 110011

Color Harmonies of #1775EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775EC

Black with #1775EC

Text Example


Text Example

White with #1775EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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