Html Css Color HEX #1366FA Dodger Blue

📋 copy color: '#1366FA'

red 19 ◦ green 102 ◦ blue 250

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

Shades of Dodger Blue #1366FA

Tints of Dodger Blue #1366FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

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

R = 5.12%
G = 27.49%
B = 67.39%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1366FA (or 0x1366FA) is known color: Dodger Blue. HEX triplet: 13, 66 and FA. RGB value is (19,102,250). Sum of RGB (Red+Green+Blue) = 19+102+250=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #1366FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1366FA is #EC9905. Grayscale: #5D5D5D. Windows color (decimal): -15505670 or 16410131. OLE color: 16410131.

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

Color convert

RGB 19 102 250 -
CMYK 0.92 0.59 0 0.02
HSL 218.44º 0.96% 0.53% -
HSV(B) 218.44º 0.92% 0.98% -
XYZ 22.28 16.54 92.46 -
YUV 94.06 216 74.47 -
System Red Green Blue C M Y K H S L
Decimal 19 102 250 0.92 0.59 0 0.02 218.44 0.96 0.53
Hex 13 66 FA 5C 3B 0 2 DA 60 35
Octal 23 146 372 134 73 0 2 332 140 65
Binary 10011 1100110 11111010 1011100 111011 0 10 11011010 1100000 110101

Color Harmonies of #1366FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1366FA

Black with #1366FA

Text Example


Text Example

White with #1366FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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