Html Css Color HEX #1362FE Dodger Blue

📋 copy color: '#1362FE'

red 19 ◦ green 98 ◦ blue 254

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

Shades of Dodger Blue #1362FE

Tints of Dodger Blue #1362FE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 5.12%
G = 26.42%
B = 68.46%

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

#1362FE (or 0x1362FE) is known color: Dodger Blue. HEX triplet: 13, 62 and FE. RGB value is (19,98,254). Sum of RGB (Red+Green+Blue) = 19+98+254=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #1362FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1362FE is #EC9D01. Grayscale: #5B5B5B. Windows color (decimal): -15506690 or 16671251. OLE color: 16671251.

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

Color convert

RGB 19 98 254 -
CMYK 0.93 0.61 0 0.00
HSL 219.83º 0.99% 0.54% -
HSV(B) 219.83º 0.93% 1% -
XYZ 22.53 16.03 95.67 -
YUV 92.16 219.33 75.82 -
System Red Green Blue C M Y K H S L
Decimal 19 98 254 0.93 0.61 0 0.00 219.83 0.99 0.54
Hex 13 62 FE 5D 3D 0 0 DC 63 36
Octal 23 142 376 135 75 0 0 334 143 66
Binary 10011 1100010 11111110 1011101 111101 0 0 11011100 1100011 110110

Color Harmonies of #1362FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1362FE

Black with #1362FE

Text Example


Text Example

White with #1362FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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