Html Css Color HEX #1461FF Dodger Blue

📋 copy color: '#1461FF'

red 20 ◦ green 97 ◦ blue 255

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

Shades of Dodger Blue #1461FF

Tints of Dodger Blue #1461FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.55%

R = 5.38%
G = 26.08%
B = 68.55%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1461FF (or 0x1461FF) is known color: Dodger Blue. HEX triplet: 14, 61 and FF. RGB value is (20,97,255). Sum of RGB (Red+Green+Blue) = 20+97+255=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #1461FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1461FF is #EB9E00. Grayscale: #5B5B5B. Windows color (decimal): -15441409 or 16736532. OLE color: 16736532.

HSL color Cylindrical-coordinate representation of color #1461FF: hue angle of 220.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1461FF is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 97 255 -
CMYK 0.92 0.62 0 0
HSL 220.34º 1% 0.54% -
HSV(B) 220.34º 0.92% 1% -
XYZ 22.61 15.92 96.49 -
YUV 91.99 219.99 76.65 -
System Red Green Blue C M Y K H S L
Decimal 20 97 255 0.92 0.62 0 0 220.34 1 0.54
Hex 14 61 FF 5C 3E 0 0 DC 64 36
Octal 24 141 377 134 76 0 0 334 144 66
Binary 10100 1100001 11111111 1011100 111110 0 0 11011100 1100100 110110

Color Harmonies of #1461FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1461FF

Black with #1461FF

Text Example


Text Example

White with #1461FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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