Html Css Color HEX #1364FB Dodger Blue

📋 copy color: '#1364FB'

red 19 ◦ green 100 ◦ blue 251

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

Shades of Dodger Blue #1364FB

Tints of Dodger Blue #1364FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.84%

R = 5.14%
G = 27.03%
B = 67.84%

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

#1364FB (or 0x1364FB) is known color: Dodger Blue. HEX triplet: 13, 64 and FB. RGB value is (19,100,251). Sum of RGB (Red+Green+Blue) = 19+100+251=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #1364FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1364FB is #EC9B04. Grayscale: #5C5C5C. Windows color (decimal): -15506181 or 16475155. OLE color: 16475155.

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

Color convert

RGB 19 100 251 -
CMYK 0.92 0.60 0 0.02
HSL 219.05º 0.97% 0.53% -
HSV(B) 219.05º 0.92% 0.98% -
XYZ 22.24 16.22 93.23 -
YUV 93 217.16 75.22 -
System Red Green Blue C M Y K H S L
Decimal 19 100 251 0.92 0.60 0 0.02 219.05 0.97 0.53
Hex 13 64 FB 5C 3C 0 2 DB 61 35
Octal 23 144 373 134 74 0 2 333 141 65
Binary 10011 1100100 11111011 1011100 111100 0 10 11011011 1100001 110101

Color Harmonies of #1364FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364FB

Black with #1364FB

Text Example


Text Example

White with #1364FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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