Html Css Color HEX #1395FA Dodger Blue

📋 copy color: '#1395FA'

red 19 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #1395FA

Tints of Dodger Blue #1395FA

RGB

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

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

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

R = 4.55%
G = 35.65%
B = 59.81%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1395FA (or 0x1395FA) is known color: Dodger Blue. HEX triplet: 13, 95 and FA. RGB value is (19,149,250). Sum of RGB (Red+Green+Blue) = 19+149+250=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #1395FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1395FA is #EC6A05. Grayscale: #797979. Windows color (decimal): -15493638 or 16422163. OLE color: 16422163.

HSL color Cylindrical-coordinate representation of color #1395FA: hue angle of 206.23º 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 #1395FA is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 149 250 -
CMYK 0.92 0.40 0 0.02
HSL 206.23º 0.96% 0.53% -
HSV(B) 206.23º 0.92% 0.98% -
XYZ 28.27 28.54 94.46 -
YUV 121.64 200.43 54.79 -
System Red Green Blue C M Y K H S L
Decimal 19 149 250 0.92 0.40 0 0.02 206.23 0.96 0.53
Hex 13 95 FA 5C 28 0 2 CE 60 35
Octal 23 225 372 134 50 0 2 316 140 65
Binary 10011 10010101 11111010 1011100 101000 0 10 11001110 1100000 110101

Color Harmonies of #1395FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395FA

Black with #1395FA

Text Example


Text Example

White with #1395FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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