Html Css Color HEX #1375FD Dodger Blue

📋 copy color: '#1375FD'

red 19 ◦ green 117 ◦ blue 253

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

Shades of Dodger Blue #1375FD

Tints of Dodger Blue #1375FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.04%

R = 4.88%
G = 30.08%
B = 65.04%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1375FD (or 0x1375FD) is known color: Dodger Blue. HEX triplet: 13, 75 and FD. RGB value is (19,117,253). Sum of RGB (Red+Green+Blue) = 19+117+253=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #1375FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1375FD is #EC8A02. Grayscale: #666666. Windows color (decimal): -15501827 or 16610579. OLE color: 16610579.

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

Color convert

RGB 19 117 253 -
CMYK 0.92 0.54 0 0.01
HSL 214.87º 0.98% 0.53% -
HSV(B) 214.87º 0.92% 0.99% -
XYZ 24.36 19.95 95.5 -
YUV 103.2 212.53 67.94 -
System Red Green Blue C M Y K H S L
Decimal 19 117 253 0.92 0.54 0 0.01 214.87 0.98 0.53
Hex 13 75 FD 5C 36 0 1 D7 62 35
Octal 23 165 375 134 66 0 1 327 142 65
Binary 10011 1110101 11111101 1011100 110110 0 1 11010111 1100010 110101

Color Harmonies of #1375FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1375FD

Black with #1375FD

Text Example


Text Example

White with #1375FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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