Html Css Color HEX #1372FE Dodger Blue

📋 copy color: '#1372FE'

red 19 ◦ green 114 ◦ blue 254

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

Shades of Dodger Blue #1372FE

Tints of Dodger Blue #1372FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 4.91%
G = 29.46%
B = 65.63%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1372FE (or 0x1372FE) is known color: Dodger Blue. HEX triplet: 13, 72 and FE. RGB value is (19,114,254). Sum of RGB (Red+Green+Blue) = 19+114+254=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #1372FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1372FE is #EC8D01. Grayscale: #646464. Windows color (decimal): -15502594 or 16675347. OLE color: 16675347.

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

Color convert

RGB 19 114 254 -
CMYK 0.93 0.55 0 0.00
HSL 215.74º 0.99% 0.54% -
HSV(B) 215.74º 0.93% 1% -
XYZ 24.18 19.33 96.22 -
YUV 101.56 214.03 69.12 -
System Red Green Blue C M Y K H S L
Decimal 19 114 254 0.93 0.55 0 0.00 215.74 0.99 0.54
Hex 13 72 FE 5D 37 0 0 D8 63 36
Octal 23 162 376 135 67 0 0 330 143 66
Binary 10011 1110010 11111110 1011101 110111 0 0 11011000 1100011 110110

Color Harmonies of #1372FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372FE

Black with #1372FE

Text Example


Text Example

White with #1372FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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