Html Css Color HEX #1375FF Dodger Blue

📋 copy color: '#1375FF'

red 19 ◦ green 117 ◦ blue 255

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

Shades of Dodger Blue #1375FF

Tints of Dodger Blue #1375FF

RGB

 RED value IS 19 (7.81% from 255) = 4.86%

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

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

R = 4.86%
G = 29.92%
B = 65.22%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1375FF (or 0x1375FF) is known color: Dodger Blue. HEX triplet: 13, 75 and FF. RGB value is (19,117,255). Sum of RGB (Red+Green+Blue) = 19+117+255=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #1375FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1375FF is #EC8A00. Grayscale: #666666. Windows color (decimal): -15501825 or 16741651. OLE color: 16741651.

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

Color convert

RGB 19 117 255 -
CMYK 0.93 0.54 0 0
HSL 215.08º 1% 0.54% -
HSV(B) 215.08º 0.93% 1% -
XYZ 24.68 20.08 97.18 -
YUV 103.43 213.53 67.78 -
System Red Green Blue C M Y K H S L
Decimal 19 117 255 0.93 0.54 0 0 215.08 1 0.54
Hex 13 75 FF 5D 36 0 0 D7 64 36
Octal 23 165 377 135 66 0 0 327 144 66
Binary 10011 1110101 11111111 1011101 110110 0 0 11010111 1100100 110110

Color Harmonies of #1375FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1375FF

Black with #1375FF

Text Example


Text Example

White with #1375FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,117,255); }

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

background-color css

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

 a { background-color: rgb(19,117,255); }

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

border-color css

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

 span { border-color: rgb(19,117,255); }

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