Html Css Color HEX #1778ED Dodger Blue

📋 copy color: '#1778ED'

red 23 ◦ green 120 ◦ blue 237

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

Shades of Dodger Blue #1778ED

Tints of Dodger Blue #1778ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 6.05%
G = 31.58%
B = 62.37%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1778ED (or 0x1778ED) is known color: Dodger Blue. HEX triplet: 17, 78 and ED. RGB value is (23,120,237). Sum of RGB (Red+Green+Blue) = 23+120+237=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #1778ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1778ED is #E88712. Grayscale: #676767. Windows color (decimal): -15238931 or 15562775. OLE color: 15562775.

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

Color convert

RGB 23 120 237 -
CMYK 0.90 0.49 0 0.07
HSL 212.8º 0.86% 0.51% -
HSV(B) 212.8º 0.9% 0.93% -
XYZ 22.36 19.73 82.75 -
YUV 104.34 202.86 69.99 -
System Red Green Blue C M Y K H S L
Decimal 23 120 237 0.90 0.49 0 0.07 212.8 0.86 0.51
Hex 17 78 ED 5A 31 0 7 D5 56 33
Octal 27 170 355 132 61 0 7 325 126 63
Binary 10111 1111000 11101101 1011010 110001 0 111 11010101 1010110 110011

Color Harmonies of #1778ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1778ED

Black with #1778ED

Text Example


Text Example

White with #1778ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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