Html Css Color HEX #1777FA Dodger Blue

📋 copy color: '#1777FA'

red 23 ◦ green 119 ◦ blue 250

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

Shades of Dodger Blue #1777FA

Tints of Dodger Blue #1777FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 5.87%
G = 30.36%
B = 63.78%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1777FA (or 0x1777FA) is known color: Dodger Blue. HEX triplet: 17, 77 and FA. RGB value is (23,119,250). Sum of RGB (Red+Green+Blue) = 23+119+250=392 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.87% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #1777FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1777FA is #E88805. Grayscale: #686868. Windows color (decimal): -15239174 or 16414487. OLE color: 16414487.

HSL color Cylindrical-coordinate representation of color #1777FA: hue angle of 214.63º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1777FA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 119 250 -
CMYK 0.91 0.52 0 0.02
HSL 214.63º 0.96% 0.54% -
HSV(B) 214.63º 0.91% 0.98% -
XYZ 24.21 20.28 93.08 -
YUV 105.23 209.7 69.35 -
System Red Green Blue C M Y K H S L
Decimal 23 119 250 0.91 0.52 0 0.02 214.63 0.96 0.54
Hex 17 77 FA 5B 34 0 2 D7 60 36
Octal 27 167 372 133 64 0 2 327 140 66
Binary 10111 1110111 11111010 1011011 110100 0 10 11010111 1100000 110110

Color Harmonies of #1777FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1777FA

Black with #1777FA

Text Example


Text Example

White with #1777FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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