Html Css Color HEX #1385FA Dodger Blue

📋 copy color: '#1385FA'

red 19 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #1385FA

Tints of Dodger Blue #1385FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 4.73%
G = 33.08%
B = 62.19%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1385FA (or 0x1385FA) is known color: Dodger Blue. HEX triplet: 13, 85 and FA. RGB value is (19,133,250). Sum of RGB (Red+Green+Blue) = 19+133+250=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #1385FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1385FA is #EC7A05. Grayscale: #6F6F6F. Windows color (decimal): -15497734 or 16418067. OLE color: 16418067.

HSL color Cylindrical-coordinate representation of color #1385FA: hue angle of 210.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1385FA is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 133 250 -
CMYK 0.92 0.47 0 0.02
HSL 210.39º 0.96% 0.53% -
HSV(B) 210.39º 0.92% 0.98% -
XYZ 25.91 23.82 93.67 -
YUV 112.25 205.73 61.49 -
System Red Green Blue C M Y K H S L
Decimal 19 133 250 0.92 0.47 0 0.02 210.39 0.96 0.53
Hex 13 85 FA 5C 2F 0 2 D2 60 35
Octal 23 205 372 134 57 0 2 322 140 65
Binary 10011 10000101 11111010 1011100 101111 0 10 11010010 1100000 110101

Color Harmonies of #1385FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1385FA

Black with #1385FA

Text Example


Text Example

White with #1385FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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