Html Css Color HEX #1562FF Dodger Blue

📋 copy color: '#1562FF'

red 21 ◦ green 98 ◦ blue 255

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

Shades of Dodger Blue #1562FF

Tints of Dodger Blue #1562FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

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

R = 5.61%
G = 26.2%
B = 68.18%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1562FF (or 0x1562FF) is known color: Dodger Blue. HEX triplet: 15, 62 and FF. RGB value is (21,98,255). Sum of RGB (Red+Green+Blue) = 21+98+255=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #1562FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562FF is #EA9D00. Grayscale: #5C5C5C. Windows color (decimal): -15375617 or 16736789. OLE color: 16736789.

HSL color Cylindrical-coordinate representation of color #1562FF: hue angle of 220.26º 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 #1562FF is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 98 255 -
CMYK 0.92 0.62 0 0
HSL 220.26º 1% 0.54% -
HSV(B) 220.26º 0.92% 1% -
XYZ 22.73 16.11 96.52 -
YUV 92.88 219.49 76.73 -
System Red Green Blue C M Y K H S L
Decimal 21 98 255 0.92 0.62 0 0 220.26 1 0.54
Hex 15 62 FF 5C 3E 0 0 DC 64 36
Octal 25 142 377 134 76 0 0 334 144 66
Binary 10101 1100010 11111111 1011100 111110 0 0 11011100 1100100 110110

Color Harmonies of #1562FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562FF

Black with #1562FF

Text Example


Text Example

White with #1562FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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