Html Css Color HEX #1565FD Dodger Blue

📋 copy color: '#1565FD'

red 21 ◦ green 101 ◦ blue 253

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

Shades of Dodger Blue #1565FD

Tints of Dodger Blue #1565FD

RGB

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

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

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

R = 5.6%
G = 26.93%
B = 67.47%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1565FD (or 0x1565FD) is known color: Dodger Blue. HEX triplet: 15, 65 and FD. RGB value is (21,101,253). Sum of RGB (Red+Green+Blue) = 21+101+253=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #1565FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565FD is #EA9A02. Grayscale: #5D5D5D. Windows color (decimal): -15374851 or 16606485. OLE color: 16606485.

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

Color convert

RGB 21 101 253 -
CMYK 0.92 0.60 0 0.01
HSL 219.31º 0.98% 0.54% -
HSV(B) 219.31º 0.92% 0.99% -
XYZ 22.69 16.56 94.93 -
YUV 94.41 217.5 75.64 -
System Red Green Blue C M Y K H S L
Decimal 21 101 253 0.92 0.60 0 0.01 219.31 0.98 0.54
Hex 15 65 FD 5C 3C 0 1 DB 62 36
Octal 25 145 375 134 74 0 1 333 142 66
Binary 10101 1100101 11111101 1011100 111100 0 1 11011011 1100010 110110

Color Harmonies of #1565FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565FD

Black with #1565FD

Text Example


Text Example

White with #1565FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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