Html Css Color HEX #1567FF Dodger Blue

📋 copy color: '#1567FF'

red 21 ◦ green 103 ◦ blue 255

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

Shades of Dodger Blue #1567FF

Tints of Dodger Blue #1567FF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

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

R = 5.54%
G = 27.18%
B = 67.28%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1567FF (or 0x1567FF) is known color: Dodger Blue. HEX triplet: 15, 67 and FF. RGB value is (21,103,255). Sum of RGB (Red+Green+Blue) = 21+103+255=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #1567FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1567FF is #EA9800. Grayscale: #5F5F5F. Windows color (decimal): -15374337 or 16738069. OLE color: 16738069.

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

Color convert

RGB 21 103 255 -
CMYK 0.92 0.60 0 0
HSL 218.97º 1% 0.54% -
HSV(B) 218.97º 0.92% 1% -
XYZ 23.21 17.08 96.68 -
YUV 95.81 217.83 74.64 -
System Red Green Blue C M Y K H S L
Decimal 21 103 255 0.92 0.60 0 0 218.97 1 0.54
Hex 15 67 FF 5C 3C 0 0 DB 64 36
Octal 25 147 377 134 74 0 0 333 144 66
Binary 10101 1100111 11111111 1011100 111100 0 0 11011011 1100100 110110

Color Harmonies of #1567FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1567FF

Black with #1567FF

Text Example


Text Example

White with #1567FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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