Html Css Color HEX #1397FA Dodger Blue

📋 copy color: '#1397FA'

red 19 ◦ green 151 ◦ blue 250

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

Shades of Dodger Blue #1397FA

Tints of Dodger Blue #1397FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

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

R = 4.52%
G = 35.95%
B = 59.52%

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

#1397FA (or 0x1397FA) is known color: Dodger Blue. HEX triplet: 13, 97 and FA. RGB value is (19,151,250). Sum of RGB (Red+Green+Blue) = 19+151+250=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #1397FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1397FA is #EC6805. Grayscale: #7A7A7A. Windows color (decimal): -15493126 or 16422675. OLE color: 16422675.

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

Color convert

RGB 19 151 250 -
CMYK 0.92 0.40 0 0.02
HSL 205.71º 0.96% 0.53% -
HSV(B) 205.71º 0.92% 0.98% -
XYZ 28.59 29.17 94.57 -
YUV 122.82 199.77 53.95 -
System Red Green Blue C M Y K H S L
Decimal 19 151 250 0.92 0.40 0 0.02 205.71 0.96 0.53
Hex 13 97 FA 5C 28 0 2 CE 60 35
Octal 23 227 372 134 50 0 2 316 140 65
Binary 10011 10010111 11111010 1011100 101000 0 10 11001110 1100000 110101

Color Harmonies of #1397FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397FA

Black with #1397FA

Text Example


Text Example

White with #1397FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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