Html Css Color HEX #1461FD Dodger Blue

📋 copy color: '#1461FD'

red 20 ◦ green 97 ◦ blue 253

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

Shades of Dodger Blue #1461FD

Tints of Dodger Blue #1461FD

RGB

 RED value IS 20 (8.2% from 255) = 5.41%

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 5.41%
G = 26.22%
B = 68.38%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1461FD (or 0x1461FD) is known color: Dodger Blue. HEX triplet: 14, 61 and FD. RGB value is (20,97,253). Sum of RGB (Red+Green+Blue) = 20+97+253=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #1461FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1461FD is #EB9E02. Grayscale: #5B5B5B. Windows color (decimal): -15441411 or 16605460. OLE color: 16605460.

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

Color convert

RGB 20 97 253 -
CMYK 0.92 0.62 0 0.01
HSL 220.17º 0.98% 0.54% -
HSV(B) 220.17º 0.92% 0.99% -
XYZ 22.29 15.79 94.8 -
YUV 91.76 218.99 76.82 -
System Red Green Blue C M Y K H S L
Decimal 20 97 253 0.92 0.62 0 0.01 220.17 0.98 0.54
Hex 14 61 FD 5C 3E 0 1 DC 62 36
Octal 24 141 375 134 76 0 1 334 142 66
Binary 10100 1100001 11111101 1011100 111110 0 1 11011100 1100010 110110

Color Harmonies of #1461FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1461FD

Black with #1461FD

Text Example


Text Example

White with #1461FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,97,253); }

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

background-color css

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

 a { background-color: rgb(20,97,253); }

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

border-color css

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

 span { border-color: rgb(20,97,253); }

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