Html Css Color HEX #1565FC Dodger Blue

📋 copy color: '#1565FC'

red 21 ◦ green 101 ◦ blue 252

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

Shades of Dodger Blue #1565FC

Tints of Dodger Blue #1565FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.38%

R = 5.61%
G = 27.01%
B = 67.38%

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

#1565FC (or 0x1565FC) is known color: Dodger Blue. HEX triplet: 15, 65 and FC. RGB value is (21,101,252). Sum of RGB (Red+Green+Blue) = 21+101+252=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #1565FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565FC is #EA9A03. Grayscale: #5D5D5D. Windows color (decimal): -15374852 or 16540949. OLE color: 16540949.

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

Color convert

RGB 21 101 252 -
CMYK 0.92 0.60 0 0.01
HSL 219.22º 0.97% 0.54% -
HSV(B) 219.22º 0.92% 0.99% -
XYZ 22.53 16.5 94.09 -
YUV 94.29 217 75.72 -
System Red Green Blue C M Y K H S L
Decimal 21 101 252 0.92 0.60 0 0.01 219.22 0.97 0.54
Hex 15 65 FC 5C 3C 0 1 DB 61 36
Octal 25 145 374 134 74 0 1 333 141 66
Binary 10101 1100101 11111100 1011100 111100 0 1 11011011 1100001 110110

Color Harmonies of #1565FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565FC

Black with #1565FC

Text Example


Text Example

White with #1565FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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