Html Css Color HEX #1595FA Dodger Blue

📋 copy color: '#1595FA'

red 21 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #1595FA

Tints of Dodger Blue #1595FA

RGB

 RED value IS 21 (8.59% from 255) = 5%

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

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

R = 5%
G = 35.48%
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

#1595FA (or 0x1595FA) is known color: Dodger Blue. HEX triplet: 15, 95 and FA. RGB value is (21,149,250). Sum of RGB (Red+Green+Blue) = 21+149+250=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 149 (58.59% from 255 or 35.48% 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 #1595FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1595FA is #EA6A05. Grayscale: #797979. Windows color (decimal): -15362566 or 16422165. OLE color: 16422165.

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

Color convert

RGB 21 149 250 -
CMYK 0.92 0.40 0 0.02
HSL 206.46º 0.96% 0.53% -
HSV(B) 206.46º 0.92% 0.98% -
XYZ 28.31 28.56 94.46 -
YUV 122.24 200.09 55.79 -
System Red Green Blue C M Y K H S L
Decimal 21 149 250 0.92 0.40 0 0.02 206.46 0.96 0.53
Hex 15 95 FA 5C 28 0 2 CE 60 35
Octal 25 225 372 134 50 0 2 316 140 65
Binary 10101 10010101 11111010 1011100 101000 0 10 11001110 1100000 110101

Color Harmonies of #1595FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1595FA

Black with #1595FA

Text Example


Text Example

White with #1595FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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