Html Css Color HEX #1778EB Dodger Blue

📋 copy color: '#1778EB'

red 23 ◦ green 120 ◦ blue 235

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

Shades of Dodger Blue #1778EB

Tints of Dodger Blue #1778EB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

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

R = 6.08%
G = 31.75%
B = 62.17%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1778EB (or 0x1778EB) is known color: Dodger Blue. HEX triplet: 17, 78 and EB. RGB value is (23,120,235). Sum of RGB (Red+Green+Blue) = 23+120+235=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #1778EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1778EB is #E88714. Grayscale: #676767. Windows color (decimal): -15238933 or 15431703. OLE color: 15431703.

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

Color convert

RGB 23 120 235 -
CMYK 0.90 0.49 0 0.08
HSL 212.55º 0.84% 0.51% -
HSV(B) 212.55º 0.9% 0.92% -
XYZ 22.07 19.61 81.22 -
YUV 104.11 201.86 70.15 -
System Red Green Blue C M Y K H S L
Decimal 23 120 235 0.90 0.49 0 0.08 212.55 0.84 0.51
Hex 17 78 EB 5A 31 0 8 D5 54 33
Octal 27 170 353 132 61 0 10 325 124 63
Binary 10111 1111000 11101011 1011010 110001 0 1000 11010101 1010100 110011

Color Harmonies of #1778EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1778EB

Black with #1778EB

Text Example


Text Example

White with #1778EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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