Html Css Color HEX #1577FF Dodger Blue

📋 copy color: '#1577FF'

red 21 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #1577FF

Tints of Dodger Blue #1577FF

RGB

 RED value IS 21 (8.59% from 255) = 5.32%

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

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

R = 5.32%
G = 30.13%
B = 64.56%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1577FF (or 0x1577FF) is known color: Dodger Blue. HEX triplet: 15, 77 and FF. RGB value is (21,119,255). Sum of RGB (Red+Green+Blue) = 21+119+255=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1577FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1577FF is #EA8800. Grayscale: #686868. Windows color (decimal): -15370241 or 16742165. OLE color: 16742165.

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

Color convert

RGB 21 119 255 -
CMYK 0.92 0.53 0 0
HSL 214.87º 1% 0.54% -
HSV(B) 214.87º 0.92% 1% -
XYZ 24.96 20.57 97.26 -
YUV 105.2 212.53 67.94 -
System Red Green Blue C M Y K H S L
Decimal 21 119 255 0.92 0.53 0 0 214.87 1 0.54
Hex 15 77 FF 5C 35 0 0 D7 64 36
Octal 25 167 377 134 65 0 0 327 144 66
Binary 10101 1110111 11111111 1011100 110101 0 0 11010111 1100100 110110

Color Harmonies of #1577FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1577FF

Black with #1577FF

Text Example


Text Example

White with #1577FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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