Html Css Color HEX #1592FD Dodger Blue

📋 copy color: '#1592FD'

red 21 ◦ green 146 ◦ blue 253

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

Shades of Dodger Blue #1592FD

Tints of Dodger Blue #1592FD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 5%
G = 34.76%
B = 60.24%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1592FD (or 0x1592FD) is known color: Dodger Blue. HEX triplet: 15, 92 and FD. RGB value is (21,146,253). Sum of RGB (Red+Green+Blue) = 21+146+253=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #1592FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1592FD is #EA6D02. Grayscale: #787878. Windows color (decimal): -15363331 or 16618005. OLE color: 16618005.

HSL color Cylindrical-coordinate representation of color #1592FD: hue angle of 207.67º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1592FD is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 146 253 -
CMYK 0.92 0.42 0 0.01
HSL 207.67º 0.98% 0.54% -
HSV(B) 207.67º 0.92% 0.99% -
XYZ 28.32 27.81 96.8 -
YUV 120.82 202.59 56.8 -
System Red Green Blue C M Y K H S L
Decimal 21 146 253 0.92 0.42 0 0.01 207.67 0.98 0.54
Hex 15 92 FD 5C 2A 0 1 D0 62 36
Octal 25 222 375 134 52 0 1 320 142 66
Binary 10101 10010010 11111101 1011100 101010 0 1 11010000 1100010 110110

Color Harmonies of #1592FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1592FD

Black with #1592FD

Text Example


Text Example

White with #1592FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1592FD; }

 p { color: rgb(21,146,253); }

 H1.HeaderClassName
 {
   color: #1592FD;
 }
 .AnyTagClassName
 {
   color: #1592FD;
 }
</style>

background-color css

<style>
 a { background-color: #1592FD; }

 a { background-color: rgb(21,146,253); }

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

border-color css

<style>
 span { border-color: #1592FD; }

 span { border-color: rgb(21,146,253); }

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