Html Css Color HEX #1395FE Dodger Blue

📋 copy color: '#1395FE'

red 19 ◦ green 149 ◦ blue 254

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

Shades of Dodger Blue #1395FE

Tints of Dodger Blue #1395FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.19%

R = 4.5%
G = 35.31%
B = 60.19%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1395FE (or 0x1395FE) is known color: Dodger Blue. HEX triplet: 13, 95 and FE. RGB value is (19,149,254). Sum of RGB (Red+Green+Blue) = 19+149+254=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #1395FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1395FE is #EC6A01. Grayscale: #797979. Windows color (decimal): -15493634 or 16684307. OLE color: 16684307.

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

Color convert

RGB 19 149 254 -
CMYK 0.93 0.41 0 0.00
HSL 206.81º 0.99% 0.54% -
HSV(B) 206.81º 0.93% 1% -
XYZ 28.91 28.79 97.8 -
YUV 122.1 202.43 54.46 -
System Red Green Blue C M Y K H S L
Decimal 19 149 254 0.93 0.41 0 0.00 206.81 0.99 0.54
Hex 13 95 FE 5D 29 0 0 CF 63 36
Octal 23 225 376 135 51 0 0 317 143 66
Binary 10011 10010101 11111110 1011101 101001 0 0 11001111 1100011 110110

Color Harmonies of #1395FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395FE

Black with #1395FE

Text Example


Text Example

White with #1395FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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