Html Css Color HEX #1367FD Dodger Blue

📋 copy color: '#1367FD'

red 19 ◦ green 103 ◦ blue 253

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

Shades of Dodger Blue #1367FD

Tints of Dodger Blue #1367FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 253 (99.22% from 255) = 67.47%

R = 5.07%
G = 27.47%
B = 67.47%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1367FD (or 0x1367FD) is known color: Dodger Blue. HEX triplet: 13, 67 and FD. RGB value is (19,103,253). Sum of RGB (Red+Green+Blue) = 19+103+253=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #1367FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1367FD is #EC9802. Grayscale: #5E5E5E. Windows color (decimal): -15505411 or 16606995. OLE color: 16606995.

HSL color Cylindrical-coordinate representation of color #1367FD: hue angle of 218.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1367FD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 103 253 -
CMYK 0.92 0.59 0 0.01
HSL 218.46º 0.98% 0.53% -
HSV(B) 218.46º 0.92% 0.99% -
XYZ 22.85 16.93 94.99 -
YUV 94.98 217.17 73.8 -
System Red Green Blue C M Y K H S L
Decimal 19 103 253 0.92 0.59 0 0.01 218.46 0.98 0.53
Hex 13 67 FD 5C 3B 0 1 DA 62 35
Octal 23 147 375 134 73 0 1 332 142 65
Binary 10011 1100111 11111101 1011100 111011 0 1 11011010 1100010 110101

Color Harmonies of #1367FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367FD

Black with #1367FD

Text Example


Text Example

White with #1367FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1367FD; }

 p { color: rgb(19,103,253); }

 H1.HeaderClassName
 {
   color: #1367FD;
 }
 .AnyTagClassName
 {
   color: #1367FD;
 }
</style>

background-color css

<style>
 a { background-color: #1367FD; }

 a { background-color: rgb(19,103,253); }

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

border-color css

<style>
 span { border-color: #1367FD; }

 span { border-color: rgb(19,103,253); }

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