Html Css Color HEX #1363FA Dodger Blue

📋 copy color: '#1363FA'

red 19 ◦ green 99 ◦ blue 250

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

Shades of Dodger Blue #1363FA

Tints of Dodger Blue #1363FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

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

R = 5.16%
G = 26.9%
B = 67.93%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1363FA (or 0x1363FA) is known color: Dodger Blue. HEX triplet: 13, 63 and FA. RGB value is (19,99,250). Sum of RGB (Red+Green+Blue) = 19+99+250=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #1363FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1363FA is #EC9C05. Grayscale: #5B5B5B. Windows color (decimal): -15506438 or 16409363. OLE color: 16409363.

HSL color Cylindrical-coordinate representation of color #1363FA: hue angle of 219.22º 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 #1363FA is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 99 250 -
CMYK 0.92 0.60 0 0.02
HSL 219.22º 0.96% 0.53% -
HSV(B) 219.22º 0.92% 0.98% -
XYZ 21.99 15.96 92.37 -
YUV 92.29 217 75.72 -
System Red Green Blue C M Y K H S L
Decimal 19 99 250 0.92 0.60 0 0.02 219.22 0.96 0.53
Hex 13 63 FA 5C 3C 0 2 DB 60 35
Octal 23 143 372 134 74 0 2 333 140 65
Binary 10011 1100011 11111010 1011100 111100 0 10 11011011 1100000 110101

Color Harmonies of #1363FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363FA

Black with #1363FA

Text Example


Text Example

White with #1363FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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