Html Css Color HEX #1364FA Dodger Blue

📋 copy color: '#1364FA'

red 19 ◦ green 100 ◦ blue 250

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

Shades of Dodger Blue #1364FA

Tints of Dodger Blue #1364FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.75%

R = 5.15%
G = 27.1%
B = 67.75%

CMYK

 C value IS 0.92

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1364FA (or 0x1364FA) is known color: Dodger Blue. HEX triplet: 13, 64 and FA. RGB value is (19,100,250). Sum of RGB (Red+Green+Blue) = 19+100+250=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #1364FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1364FA is #EC9B05. Grayscale: #5C5C5C. Windows color (decimal): -15506182 or 16409619. OLE color: 16409619.

HSL color Cylindrical-coordinate representation of color #1364FA: hue angle of 218.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1364FA is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 100 250 -
CMYK 0.92 0.6 0 0.02
HSL 218.96º 0.96% 0.53% -
HSV(B) 218.96º 0.92% 0.98% -
XYZ 22.08 16.15 92.4 -
YUV 92.88 216.66 75.3 -
System Red Green Blue C M Y K H S L
Decimal 19 100 250 0.92 0.6 0 0.02 218.96 0.96 0.53
Hex 13 64 FA 5C 3C 0 2 DB 60 35
Octal 23 144 372 134 74 0 2 333 140 65
Binary 10011 1100100 11111010 1011100 111100 0 10 11011011 1100000 110101

Color Harmonies of #1364FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364FA

Black with #1364FA

Text Example


Text Example

White with #1364FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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