Html Css Color HEX #1775EB Dodger Blue

📋 copy color: '#1775EB'

red 23 ◦ green 117 ◦ blue 235

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

Shades of Dodger Blue #1775EB

Tints of Dodger Blue #1775EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 6.13%
G = 31.2%
B = 62.67%

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

#1775EB (or 0x1775EB) is known color: Dodger Blue. HEX triplet: 17, 75 and EB. RGB value is (23,117,235). Sum of RGB (Red+Green+Blue) = 23+117+235=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #1775EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1775EB is #E88A14. Grayscale: #656565. Windows color (decimal): -15239701 or 15430935. OLE color: 15430935.

HSL color Cylindrical-coordinate representation of color #1775EB: hue angle of 213.4º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1775EB is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 117 235 -
CMYK 0.90 0.50 0 0.08
HSL 213.4º 0.84% 0.51% -
HSV(B) 213.4º 0.9% 0.92% -
XYZ 21.71 18.9 81.1 -
YUV 102.35 202.86 71.41 -
System Red Green Blue C M Y K H S L
Decimal 23 117 235 0.90 0.50 0 0.08 213.4 0.84 0.51
Hex 17 75 EB 5A 32 0 8 D5 54 33
Octal 27 165 353 132 62 0 10 325 124 63
Binary 10111 1110101 11101011 1011010 110010 0 1000 11010101 1010100 110011

Color Harmonies of #1775EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775EB

Black with #1775EB

Text Example


Text Example

White with #1775EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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