Html Css Color HEX #1384E9 Dodger Blue

📋 copy color: '#1384E9'

red 19 ◦ green 132 ◦ blue 233

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

Shades of Dodger Blue #1384E9

Tints of Dodger Blue #1384E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 60.68%

R = 4.95%
G = 34.38%
B = 60.68%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1384E9 (or 0x1384E9) is known color: Dodger Blue. HEX triplet: 13, 84 and E9. RGB value is (19,132,233). Sum of RGB (Red+Green+Blue) = 19+132+233=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 233 (91.41% from 255 or 60.68% from 384); Max value from RGB is 233 - color contains mainly: blue. Hex color #1384E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1384E9 is #EC7B16. Grayscale: #6D6D6D. Windows color (decimal): -15498007 or 15303699. OLE color: 15303699.

HSL color Cylindrical-coordinate representation of color #1384E9: hue angle of 208.32º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1384E9 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 132 233 -
CMYK 0.92 0.43 0 0.09
HSL 208.32º 0.85% 0.49% -
HSV(B) 208.32º 0.92% 0.91% -
XYZ 23.23 22.52 80.21 -
YUV 109.73 197.56 63.29 -
System Red Green Blue C M Y K H S L
Decimal 19 132 233 0.92 0.43 0 0.09 208.32 0.85 0.49
Hex 13 84 E9 5C 2B 0 9 D0 55 31
Octal 23 204 351 134 53 0 11 320 125 61
Binary 10011 10000100 11101001 1011100 101011 0 1001 11010000 1010101 110001

Color Harmonies of #1384E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1384E9

Black with #1384E9

Text Example


Text Example

White with #1384E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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