Html Css Color HEX #1364FC Dodger Blue

📋 copy color: '#1364FC'

red 19 ◦ green 100 ◦ blue 252

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

Shades of Dodger Blue #1364FC

Tints of Dodger Blue #1364FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 5.12%
G = 26.95%
B = 67.92%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1364FC (or 0x1364FC) is known color: Dodger Blue. HEX triplet: 13, 64 and FC. RGB value is (19,100,252). Sum of RGB (Red+Green+Blue) = 19+100+252=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #1364FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1364FC is #EC9B03. Grayscale: #5C5C5C. Windows color (decimal): -15506180 or 16540691. OLE color: 16540691.

HSL color Cylindrical-coordinate representation of color #1364FC: hue angle of 219.14º degrees, saturation: 0.97, 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 #1364FC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 100 252 -
CMYK 0.92 0.60 0 0.01
HSL 219.14º 0.97% 0.53% -
HSV(B) 219.14º 0.92% 0.99% -
XYZ 22.4 16.28 94.06 -
YUV 93.11 217.66 75.14 -
System Red Green Blue C M Y K H S L
Decimal 19 100 252 0.92 0.60 0 0.01 219.14 0.97 0.53
Hex 13 64 FC 5C 3C 0 1 DB 61 35
Octal 23 144 374 134 74 0 1 333 141 65
Binary 10011 1100100 11111100 1011100 111100 0 1 11011011 1100001 110101

Color Harmonies of #1364FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364FC

Black with #1364FC

Text Example


Text Example

White with #1364FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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