Html Css Color HEX #1364FE Dodger Blue

📋 copy color: '#1364FE'

red 19 ◦ green 100 ◦ blue 254

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

Shades of Dodger Blue #1364FE

Tints of Dodger Blue #1364FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 5.09%
G = 26.81%
B = 68.1%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1364FE (or 0x1364FE) is known color: Dodger Blue. HEX triplet: 13, 64 and FE. RGB value is (19,100,254). Sum of RGB (Red+Green+Blue) = 19+100+254=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #1364FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1364FE is #EC9B01. Grayscale: #5C5C5C. Windows color (decimal): -15506178 or 16671763. OLE color: 16671763.

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

Color convert

RGB 19 100 254 -
CMYK 0.93 0.61 0 0.00
HSL 219.32º 0.99% 0.54% -
HSV(B) 219.32º 0.93% 1% -
XYZ 22.72 16.41 95.74 -
YUV 93.34 218.66 74.98 -
System Red Green Blue C M Y K H S L
Decimal 19 100 254 0.93 0.61 0 0.00 219.32 0.99 0.54
Hex 13 64 FE 5D 3D 0 0 DB 63 36
Octal 23 144 376 135 75 0 0 333 143 66
Binary 10011 1100100 11111110 1011101 111101 0 0 11011011 1100011 110110

Color Harmonies of #1364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364FE

Black with #1364FE

Text Example


Text Example

White with #1364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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