Html Css Color HEX #1385F1 Dodger Blue

📋 copy color: '#1385F1'

red 19 ◦ green 133 ◦ blue 241

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

Shades of Dodger Blue #1385F1

Tints of Dodger Blue #1385F1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

 BLUE value IS 241 (94.53% from 255) = 61.32%

R = 4.83%
G = 33.84%
B = 61.32%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1385F1 (or 0x1385F1) is known color: Dodger Blue. HEX triplet: 13, 85 and F1. RGB value is (19,133,241). Sum of RGB (Red+Green+Blue) = 19+133+241=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #1385F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1385F1 is #EC7A0E. Grayscale: #6E6E6E. Windows color (decimal): -15497743 or 15828243. OLE color: 15828243.

HSL color Cylindrical-coordinate representation of color #1385F1: hue angle of 209.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1385F1 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 133 241 -
CMYK 0.92 0.45 0 0.05
HSL 209.19º 0.89% 0.51% -
HSV(B) 209.19º 0.92% 0.95% -
XYZ 24.53 23.26 86.42 -
YUV 111.23 201.23 62.22 -
System Red Green Blue C M Y K H S L
Decimal 19 133 241 0.92 0.45 0 0.05 209.19 0.89 0.51
Hex 13 85 F1 5C 2D 0 5 D1 59 33
Octal 23 205 361 134 55 0 5 321 131 63
Binary 10011 10000101 11110001 1011100 101101 0 101 11010001 1011001 110011

Color Harmonies of #1385F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1385F1

Black with #1385F1

Text Example


Text Example

White with #1385F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1385F1; }

 p { color: rgb(19,133,241); }

 H1.HeaderClassName
 {
   color: #1385F1;
 }
 .AnyTagClassName
 {
   color: #1385F1;
 }
</style>

background-color css

<style>
 a { background-color: #1385F1; }

 a { background-color: rgb(19,133,241); }

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

border-color css

<style>
 span { border-color: #1385F1; }

 span { border-color: rgb(19,133,241); }

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