Html Css Color HEX #1384FC Dodger Blue

📋 copy color: '#1384FC'

red 19 ◦ green 132 ◦ blue 252

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

Shades of Dodger Blue #1384FC

Tints of Dodger Blue #1384FC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

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

R = 4.71%
G = 32.75%
B = 62.53%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1384FC (or 0x1384FC) is known color: Dodger Blue. HEX triplet: 13, 84 and FC. RGB value is (19,132,252). Sum of RGB (Red+Green+Blue) = 19+132+252=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #1384FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1384FC is #EC7B03. Grayscale: #6F6F6F. Windows color (decimal): -15497988 or 16548883. OLE color: 16548883.

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

Color convert

RGB 19 132 252 -
CMYK 0.92 0.48 0 0.01
HSL 210.9º 0.97% 0.53% -
HSV(B) 210.9º 0.92% 0.99% -
XYZ 26.09 23.67 95.29 -
YUV 111.89 207.06 61.74 -
System Red Green Blue C M Y K H S L
Decimal 19 132 252 0.92 0.48 0 0.01 210.9 0.97 0.53
Hex 13 84 FC 5C 30 0 1 D3 61 35
Octal 23 204 374 134 60 0 1 323 141 65
Binary 10011 10000100 11111100 1011100 110000 0 1 11010011 1100001 110101

Color Harmonies of #1384FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1384FC

Black with #1384FC

Text Example


Text Example

White with #1384FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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