Html Css Color HEX #1592FF Dodger Blue

📋 copy color: '#1592FF'

red 21 ◦ green 146 ◦ blue 255

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

Shades of Dodger Blue #1592FF

Tints of Dodger Blue #1592FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.43%

R = 4.98%
G = 34.6%
B = 60.43%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1592FF (or 0x1592FF) is known color: Dodger Blue. HEX triplet: 15, 92 and FF. RGB value is (21,146,255). Sum of RGB (Red+Green+Blue) = 21+146+255=422 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.98% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #1592FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1592FF is #EA6D00. Grayscale: #787878. Windows color (decimal): -15363329 or 16749077. OLE color: 16749077.

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

Color convert

RGB 21 146 255 -
CMYK 0.92 0.43 0 0
HSL 207.95º 1% 0.54% -
HSV(B) 207.95º 0.92% 1% -
XYZ 28.64 27.94 98.49 -
YUV 121.05 203.59 56.64 -
System Red Green Blue C M Y K H S L
Decimal 21 146 255 0.92 0.43 0 0 207.95 1 0.54
Hex 15 92 FF 5C 2B 0 0 D0 64 36
Octal 25 222 377 134 53 0 0 320 144 66
Binary 10101 10010010 11111111 1011100 101011 0 0 11010000 1100100 110110

Color Harmonies of #1592FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1592FF

Black with #1592FF

Text Example


Text Example

White with #1592FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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