Html Css Color HEX #1383E4 Dodger Blue

📋 copy color: '#1383E4'

red 19 ◦ green 131 ◦ blue 228

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

Shades of Dodger Blue #1383E4

Tints of Dodger Blue #1383E4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 228 (89.45% from 255) = 60.32%

R = 5.03%
G = 34.66%
B = 60.32%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1383E4 (or 0x1383E4) is known color: Dodger Blue. HEX triplet: 13, 83 and E4. RGB value is (19,131,228). Sum of RGB (Red+Green+Blue) = 19+131+228=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 228 (89.45% from 255 or 60.32% from 378); Max value from RGB is 228 - color contains mainly: blue. Hex color #1383E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383E4 is #EC7C1B. Grayscale: #6C6C6C. Windows color (decimal): -15498268 or 14975763. OLE color: 14975763.

HSL color Cylindrical-coordinate representation of color #1383E4: hue angle of 207.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1383E4 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 131 228 -
CMYK 0.92 0.43 0 0.11
HSL 207.85º 0.85% 0.48% -
HSV(B) 207.85º 0.92% 0.89% -
XYZ 22.39 21.97 76.46 -
YUV 108.57 195.39 64.11 -
System Red Green Blue C M Y K H S L
Decimal 19 131 228 0.92 0.43 0 0.11 207.85 0.85 0.48
Hex 13 83 E4 5C 2B 0 B D0 55 30
Octal 23 203 344 134 53 0 13 320 125 60
Binary 10011 10000011 11100100 1011100 101011 0 1011 11010000 1010101 110000

Color Harmonies of #1383E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383E4

Black with #1383E4

Text Example


Text Example

White with #1383E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1383E4; }

 p { color: rgb(19,131,228); }

 H1.HeaderClassName
 {
   color: #1383E4;
 }
 .AnyTagClassName
 {
   color: #1383E4;
 }
</style>

background-color css

<style>
 a { background-color: #1383E4; }

 a { background-color: rgb(19,131,228); }

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

border-color css

<style>
 span { border-color: #1383E4; }

 span { border-color: rgb(19,131,228); }

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