Html Css Color HEX #1375EF Dodger Blue

📋 copy color: '#1375EF'

red 19 ◦ green 117 ◦ blue 239

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

Shades of Dodger Blue #1375EF

Tints of Dodger Blue #1375EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 5.07%
G = 31.2%
B = 63.73%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1375EF (or 0x1375EF) is known color: Dodger Blue. HEX triplet: 13, 75 and EF. RGB value is (19,117,239). Sum of RGB (Red+Green+Blue) = 19+117+239=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #1375EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1375EF is #EC8A10. Grayscale: #656565. Windows color (decimal): -15501841 or 15693075. OLE color: 15693075.

HSL color Cylindrical-coordinate representation of color #1375EF: hue angle of 213.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1375EF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 117 239 -
CMYK 0.92 0.51 0 0.06
HSL 213.27º 0.87% 0.51% -
HSV(B) 213.27º 0.92% 0.94% -
XYZ 22.21 19.09 84.18 -
YUV 101.61 205.53 69.08 -
System Red Green Blue C M Y K H S L
Decimal 19 117 239 0.92 0.51 0 0.06 213.27 0.87 0.51
Hex 13 75 EF 5C 33 0 6 D5 57 33
Octal 23 165 357 134 63 0 6 325 127 63
Binary 10011 1110101 11101111 1011100 110011 0 110 11010101 1010111 110011

Color Harmonies of #1375EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1375EF

Black with #1375EF

Text Example


Text Example

White with #1375EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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