Html Css Color HEX #1364FF Dodger Blue

📋 copy color: '#1364FF'

red 19 ◦ green 100 ◦ blue 255

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

Shades of Dodger Blue #1364FF

Tints of Dodger Blue #1364FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.18%

R = 5.08%
G = 26.74%
B = 68.18%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1364FF (or 0x1364FF) is known color: Dodger Blue. HEX triplet: 13, 64 and FF. RGB value is (19,100,255). Sum of RGB (Red+Green+Blue) = 19+100+255=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #1364FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1364FF is #EC9B00. Grayscale: #5C5C5C. Windows color (decimal): -15506177 or 16737299. OLE color: 16737299.

HSL color Cylindrical-coordinate representation of color #1364FF: hue angle of 219.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1364FF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 100 255 -
CMYK 0.93 0.61 0 0
HSL 219.41º 1% 0.54% -
HSV(B) 219.41º 0.93% 1% -
XYZ 22.88 16.47 96.58 -
YUV 93.45 219.16 74.9 -
System Red Green Blue C M Y K H S L
Decimal 19 100 255 0.93 0.61 0 0 219.41 1 0.54
Hex 13 64 FF 5D 3D 0 0 DB 64 36
Octal 23 144 377 135 75 0 0 333 144 66
Binary 10011 1100100 11111111 1011101 111101 0 0 11011011 1100100 110110

Color Harmonies of #1364FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364FF

Black with #1364FF

Text Example


Text Example

White with #1364FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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