Html Css Color HEX #1565F8 Dodger Blue

📋 copy color: '#1565F8'

red 21 ◦ green 101 ◦ blue 248

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

Shades of Dodger Blue #1565F8

Tints of Dodger Blue #1565F8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

 BLUE value IS 248 (97.27% from 255) = 67.03%

R = 5.68%
G = 27.3%
B = 67.03%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1565F8 (or 0x1565F8) is known color: Dodger Blue. HEX triplet: 15, 65 and F8. RGB value is (21,101,248). Sum of RGB (Red+Green+Blue) = 21+101+248=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 248 (97.27% from 255 or 67.03% from 370); Max value from RGB is 248 - color contains mainly: blue. Hex color #1565F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565F8 is #EA9A07. Grayscale: #5D5D5D. Windows color (decimal): -15374856 or 16278805. OLE color: 16278805.

HSL color Cylindrical-coordinate representation of color #1565F8: hue angle of 218.85º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1565F8 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 101 248 -
CMYK 0.92 0.59 0 0.03
HSL 218.85º 0.94% 0.53% -
HSV(B) 218.85º 0.92% 0.97% -
XYZ 21.91 16.24 90.79 -
YUV 93.84 215 76.05 -
System Red Green Blue C M Y K H S L
Decimal 21 101 248 0.92 0.59 0 0.03 218.85 0.94 0.53
Hex 15 65 F8 5C 3B 0 3 DB 5E 35
Octal 25 145 370 134 73 0 3 333 136 65
Binary 10101 1100101 11111000 1011100 111011 0 11 11011011 1011110 110101

Color Harmonies of #1565F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565F8

Black with #1565F8

Text Example


Text Example

White with #1565F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1565F8; }

 p { color: rgb(21,101,248); }

 H1.HeaderClassName
 {
   color: #1565F8;
 }
 .AnyTagClassName
 {
   color: #1565F8;
 }
</style>

background-color css

<style>
 a { background-color: #1565F8; }

 a { background-color: rgb(21,101,248); }

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

border-color css

<style>
 span { border-color: #1565F8; }

 span { border-color: rgb(21,101,248); }

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