Html Css Color HEX #1777FF Dodger Blue

📋 copy color: '#1777FF'

red 23 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #1777FF

Tints of Dodger Blue #1777FF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.97%

 BLUE value IS 255 (100% from 255) = 64.23%

R = 5.79%
G = 29.97%
B = 64.23%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1777FF (or 0x1777FF) is known color: Dodger Blue. HEX triplet: 17, 77 and FF. RGB value is (23,119,255). Sum of RGB (Red+Green+Blue) = 23+119+255=397 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.79% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #1777FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1777FF is #E88800. Grayscale: #696969. Windows color (decimal): -15239169 or 16742167. OLE color: 16742167.

HSL color Cylindrical-coordinate representation of color #1777FF: hue angle of 215.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1777FF is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 23 119 255 -
CMYK 0.91 0.53 0 0
HSL 215.17º 1% 0.55% -
HSV(B) 215.17º 0.91% 1% -
XYZ 25 20.6 97.27 -
YUV 105.8 212.2 68.94 -
System Red Green Blue C M Y K H S L
Decimal 23 119 255 0.91 0.53 0 0 215.17 1 0.55
Hex 17 77 FF 5B 35 0 0 D7 64 37
Octal 27 167 377 133 65 0 0 327 144 67
Binary 10111 1110111 11111111 1011011 110101 0 0 11010111 1100100 110111

Color Harmonies of #1777FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1777FF

Black with #1777FF

Text Example


Text Example

White with #1777FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1777FF; }

 p { color: rgb(23,119,255); }

 H1.HeaderClassName
 {
   color: #1777FF;
 }
 .AnyTagClassName
 {
   color: #1777FF;
 }
</style>

background-color css

<style>
 a { background-color: #1777FF; }

 a { background-color: rgb(23,119,255); }

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

border-color css

<style>
 span { border-color: #1777FF; }

 span { border-color: rgb(23,119,255); }

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