Html Css Color HEX #1379FE Dodger Blue

📋 copy color: '#1379FE'

red 19 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #1379FE

Tints of Dodger Blue #1379FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 4.82%
G = 30.71%
B = 64.47%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1379FE (or 0x1379FE) is known color: Dodger Blue. HEX triplet: 13, 79 and FE. RGB value is (19,121,254). Sum of RGB (Red+Green+Blue) = 19+121+254=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #1379FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1379FE is #EC8601. Grayscale: #696969. Windows color (decimal): -15500802 or 16677139. OLE color: 16677139.

HSL color Cylindrical-coordinate representation of color #1379FE: hue angle of 213.96º 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 #1379FE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 121 254 -
CMYK 0.93 0.52 0 0.00
HSL 213.96º 0.99% 0.54% -
HSV(B) 213.96º 0.93% 1% -
XYZ 25 20.97 96.5 -
YUV 105.66 211.71 66.19 -
System Red Green Blue C M Y K H S L
Decimal 19 121 254 0.93 0.52 0 0.00 213.96 0.99 0.54
Hex 13 79 FE 5D 34 0 0 D6 63 36
Octal 23 171 376 135 64 0 0 326 143 66
Binary 10011 1111001 11111110 1011101 110100 0 0 11010110 1100011 110110

Color Harmonies of #1379FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379FE

Black with #1379FE

Text Example


Text Example

White with #1379FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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