Html Css Color HEX #1372FD Dodger Blue

📋 copy color: '#1372FD'

red 19 ◦ green 114 ◦ blue 253

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

Shades of Dodger Blue #1372FD

Tints of Dodger Blue #1372FD

RGB

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

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

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

R = 4.92%
G = 29.53%
B = 65.54%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1372FD (or 0x1372FD) is known color: Dodger Blue. HEX triplet: 13, 72 and FD. RGB value is (19,114,253). Sum of RGB (Red+Green+Blue) = 19+114+253=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #1372FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1372FD is #EC8D02. Grayscale: #646464. Windows color (decimal): -15502595 or 16609811. OLE color: 16609811.

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

Color convert

RGB 19 114 253 -
CMYK 0.92 0.55 0 0.01
HSL 215.64º 0.98% 0.53% -
HSV(B) 215.64º 0.92% 0.99% -
XYZ 24.02 19.26 95.38 -
YUV 101.44 213.53 69.2 -
System Red Green Blue C M Y K H S L
Decimal 19 114 253 0.92 0.55 0 0.01 215.64 0.98 0.53
Hex 13 72 FD 5C 37 0 1 D8 62 35
Octal 23 162 375 134 67 0 1 330 142 65
Binary 10011 1110010 11111101 1011100 110111 0 1 11011000 1100010 110101

Color Harmonies of #1372FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372FD

Black with #1372FD

Text Example


Text Example

White with #1372FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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