Html Css Color HEX #1372FF Dodger Blue

📋 copy color: '#1372FF'

red 19 ◦ green 114 ◦ blue 255

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

Shades of Dodger Blue #1372FF

Tints of Dodger Blue #1372FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

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

R = 4.9%
G = 29.38%
B = 65.72%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1372FF (or 0x1372FF) is known color: Dodger Blue. HEX triplet: 13, 72 and FF. RGB value is (19,114,255). Sum of RGB (Red+Green+Blue) = 19+114+255=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #1372FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1372FF is #EC8D00. Grayscale: #656565. Windows color (decimal): -15502593 or 16740883. OLE color: 16740883.

HSL color Cylindrical-coordinate representation of color #1372FF: hue angle of 215.85º 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 #1372FF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 114 255 -
CMYK 0.93 0.55 0 0
HSL 215.85º 1% 0.54% -
HSV(B) 215.85º 0.93% 1% -
XYZ 24.34 19.39 97.07 -
YUV 101.67 214.53 69.04 -
System Red Green Blue C M Y K H S L
Decimal 19 114 255 0.93 0.55 0 0 215.85 1 0.54
Hex 13 72 FF 5D 37 0 0 D8 64 36
Octal 23 162 377 135 67 0 0 330 144 66
Binary 10011 1110010 11111111 1011101 110111 0 0 11011000 1100100 110110

Color Harmonies of #1372FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372FF

Black with #1372FF

Text Example


Text Example

White with #1372FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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