Html Css Color HEX #1565FA Dodger Blue

📋 copy color: '#1565FA'

red 21 ◦ green 101 ◦ blue 250

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

Shades of Dodger Blue #1565FA

Tints of Dodger Blue #1565FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.2%

R = 5.65%
G = 27.15%
B = 67.2%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1565FA (or 0x1565FA) is known color: Dodger Blue. HEX triplet: 15, 65 and FA. RGB value is (21,101,250). Sum of RGB (Red+Green+Blue) = 21+101+250=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #1565FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565FA is #EA9A05. Grayscale: #5D5D5D. Windows color (decimal): -15374854 or 16409877. OLE color: 16409877.

HSL color Cylindrical-coordinate representation of color #1565FA: hue angle of 219.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1565FA is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 101 250 -
CMYK 0.92 0.60 0 0.02
HSL 219.04º 0.96% 0.53% -
HSV(B) 219.04º 0.92% 0.98% -
XYZ 22.22 16.37 92.43 -
YUV 94.07 216 75.88 -
System Red Green Blue C M Y K H S L
Decimal 21 101 250 0.92 0.60 0 0.02 219.04 0.96 0.53
Hex 15 65 FA 5C 3C 0 2 DB 60 35
Octal 25 145 372 134 74 0 2 333 140 65
Binary 10101 1100101 11111010 1011100 111100 0 10 11011011 1100000 110101

Color Harmonies of #1565FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565FA

Black with #1565FA

Text Example


Text Example

White with #1565FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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