Html Css Color HEX #1383F6 Dodger Blue

📋 copy color: '#1383F6'

red 19 ◦ green 131 ◦ blue 246

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

Shades of Dodger Blue #1383F6

Tints of Dodger Blue #1383F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.12%

R = 4.8%
G = 33.08%
B = 62.12%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1383F6 (or 0x1383F6) is known color: Dodger Blue. HEX triplet: 13, 83 and F6. RGB value is (19,131,246). Sum of RGB (Red+Green+Blue) = 19+131+246=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #1383F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1383F6 is #EC7C09. Grayscale: #6E6E6E. Windows color (decimal): -15498250 or 16155411. OLE color: 16155411.

HSL color Cylindrical-coordinate representation of color #1383F6: hue angle of 210.4º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1383F6 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 131 246 -
CMYK 0.92 0.47 0 0.04
HSL 210.4º 0.93% 0.52% -
HSV(B) 210.4º 0.92% 0.96% -
XYZ 25.02 23.02 90.31 -
YUV 110.62 204.39 62.65 -
System Red Green Blue C M Y K H S L
Decimal 19 131 246 0.92 0.47 0 0.04 210.4 0.93 0.52
Hex 13 83 F6 5C 2F 0 4 D2 5D 34
Octal 23 203 366 134 57 0 4 322 135 64
Binary 10011 10000011 11110110 1011100 101111 0 100 11010010 1011101 110100

Color Harmonies of #1383F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383F6

Black with #1383F6

Text Example


Text Example

White with #1383F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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