Html Css Color HEX #1395FF Dodger Blue

📋 copy color: '#1395FF'

red 19 ◦ green 149 ◦ blue 255

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

Shades of Dodger Blue #1395FF

Tints of Dodger Blue #1395FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 255 (100% from 255) = 60.28%

R = 4.49%
G = 35.22%
B = 60.28%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1395FF (or 0x1395FF) is known color: Dodger Blue. HEX triplet: 13, 95 and FF. RGB value is (19,149,255). Sum of RGB (Red+Green+Blue) = 19+149+255=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #1395FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1395FF is #EC6A00. Grayscale: #797979. Windows color (decimal): -15493633 or 16749843. OLE color: 16749843.

HSL color Cylindrical-coordinate representation of color #1395FF: hue angle of 206.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1395FF is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 149 255 -
CMYK 0.93 0.42 0 0
HSL 206.95º 1% 0.54% -
HSV(B) 206.95º 0.93% 1% -
XYZ 29.07 28.85 98.65 -
YUV 122.21 202.93 54.38 -
System Red Green Blue C M Y K H S L
Decimal 19 149 255 0.93 0.42 0 0 206.95 1 0.54
Hex 13 95 FF 5D 2A 0 0 CF 64 36
Octal 23 225 377 135 52 0 0 317 144 66
Binary 10011 10010101 11111111 1011101 101010 0 0 11001111 1100100 110110

Color Harmonies of #1395FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395FF

Black with #1395FF

Text Example


Text Example

White with #1395FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1395FF; }

 p { color: rgb(19,149,255); }

 H1.HeaderClassName
 {
   color: #1395FF;
 }
 .AnyTagClassName
 {
   color: #1395FF;
 }
</style>

background-color css

<style>
 a { background-color: #1395FF; }

 a { background-color: rgb(19,149,255); }

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

border-color css

<style>
 span { border-color: #1395FF; }

 span { border-color: rgb(19,149,255); }

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