Html Css Color HEX #1361FE Dodger Blue

📋 copy color: '#1361FE'

red 19 ◦ green 97 ◦ blue 254

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

Shades of Dodger Blue #1361FE

Tints of Dodger Blue #1361FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 5.14%
G = 26.22%
B = 68.65%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1361FE (or 0x1361FE) is known color: Dodger Blue. HEX triplet: 13, 61 and FE. RGB value is (19,97,254). Sum of RGB (Red+Green+Blue) = 19+97+254=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #1361FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1361FE is #EC9E01. Grayscale: #5A5A5A. Windows color (decimal): -15506946 or 16670995. OLE color: 16670995.

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

Color convert

RGB 19 97 254 -
CMYK 0.93 0.62 0 0.00
HSL 220.09º 0.99% 0.54% -
HSV(B) 220.09º 0.93% 1% -
XYZ 22.43 15.84 95.64 -
YUV 91.58 219.66 76.23 -
System Red Green Blue C M Y K H S L
Decimal 19 97 254 0.93 0.62 0 0.00 220.09 0.99 0.54
Hex 13 61 FE 5D 3E 0 0 DC 63 36
Octal 23 141 376 135 76 0 0 334 143 66
Binary 10011 1100001 11111110 1011101 111110 0 0 11011100 1100011 110110

Color Harmonies of #1361FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1361FE

Black with #1361FE

Text Example


Text Example

White with #1361FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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