Html Css Color HEX #1775F8 Dodger Blue

📋 copy color: '#1775F8'

red 23 ◦ green 117 ◦ blue 248

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

Shades of Dodger Blue #1775F8

Tints of Dodger Blue #1775F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.92%

R = 5.93%
G = 30.15%
B = 63.92%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1775F8 (or 0x1775F8) is known color: Dodger Blue. HEX triplet: 17, 75 and F8. RGB value is (23,117,248). Sum of RGB (Red+Green+Blue) = 23+117+248=388 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.93% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #1775F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1775F8 is #E88A07. Grayscale: #676767. Windows color (decimal): -15239688 or 16282903. OLE color: 16282903.

HSL color Cylindrical-coordinate representation of color #1775F8: hue angle of 214.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1775F8 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 23 117 248 -
CMYK 0.91 0.53 0 0.03
HSL 214.93º 0.94% 0.53% -
HSV(B) 214.93º 0.91% 0.97% -
XYZ 23.66 19.68 91.36 -
YUV 103.83 209.36 70.35 -
System Red Green Blue C M Y K H S L
Decimal 23 117 248 0.91 0.53 0 0.03 214.93 0.94 0.53
Hex 17 75 F8 5B 35 0 3 D7 5E 35
Octal 27 165 370 133 65 0 3 327 136 65
Binary 10111 1110101 11111000 1011011 110101 0 11 11010111 1011110 110101

Color Harmonies of #1775F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775F8

Black with #1775F8

Text Example


Text Example

White with #1775F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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